Age | Commit message (Expand) | Author | Files | Lines |
2013-07-19 | device_tree: Add qemu_devtree_setprop_sized_cells() utility functions | Peter Maydell | 1 | -0/+33 |
2013-07-09 | vl: Tighten parsing of -machine option phandle_start | Markus Armbruster | 1 | -5/+2 |
2013-07-09 | Simplify -machine option queries with qemu_get_machine_opts() | Markus Armbruster | 1 | -18/+10 |
2013-06-11 | device tree: Fix cppcheck warning | Stefan Weil | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-10-05 | device tree: simplify dumpdtb code | Alexander Graf | 1 | -8/+1 |
2012-10-05 | fdt: move dumpdtb interpretation code to device_tree.c | Alexander Graf | 1 | -0/+22 |
2012-07-20 | device_tree: Add support for reading device tree properties | Peter Maydell | 1 | -0/+30 |
2012-06-24 | dt: make setprop argument static | Alexander Graf | 1 | -1/+1 |
2012-06-24 | dt: Add global option to set phandle start offset | Alexander Graf | 1 | -1/+27 |
2012-06-24 | Revert "dt: temporarily disable subtree creation failure check" | Alexander Graf | 1 | -2/+0 |
2012-06-24 | dt: add helper for 64bit cell adds | Alexander Graf | 1 | -0/+7 |
2012-06-24 | dt: add helper for phandle allocation | Alexander Graf | 1 | -0/+7 |
2012-06-24 | dt: add helper for empty dt creation | Alexander Graf | 1 | -0/+37 |
2012-06-24 | dt: add helper for phandle enumeration | Alexander Graf | 1 | -1/+15 |
2012-06-24 | dt: temporarily disable subtree creation failure check | Alexander Graf | 1 | -0/+2 |
2012-06-24 | dt: add helper for phandle references | Alexander Graf | 1 | -0/+8 |
2012-06-24 | dt: allow add_subnode to create root subnodes | Alexander Graf | 1 | -1/+6 |
2011-10-26 | device_tree: Fix potential memory leak | Stefan Weil | 1 | -0/+1 |
2011-10-06 | device tree: give dt more size | Alexander Graf | 1 | -0/+1 |
2011-10-06 | device tree: dont fail operations | Alexander Graf | 1 | -25/+51 |
2011-10-06 | device tree: add add_subnode command | Alexander Graf | 1 | -0/+24 |
2011-10-06 | device tree: add nop_node | Alexander Graf | 1 | -0/+11 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -2/+2 |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl | 1 | -1/+0 |
2011-04-01 | Allow qemu_devtree_setprop() to take arbitrary values | David Gibson | 1 | -1/+1 |
2009-09-23 | Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1d | Blue Swirl | 1 | -0/+1 |
2009-05-24 | Remove unused variable | Paul Brook | 1 | -1/+0 |
2009-04-10 | Wean device tree code off phys_ram_base. | pbrook | 1 | -18/+18 |
2009-02-05 | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -4/+0 |
2008-12-16 | Implement device tree support needed for Bamboo emulation | aurel32 | 1 | -0/+114 |