aboutsummaryrefslogtreecommitdiff
path: root/device_tree.c
AgeCommit message (Expand)Author
2013-07-19device_tree: Add qemu_devtree_setprop_sized_cells() utility functionsPeter Maydell
2013-07-09vl: Tighten parsing of -machine option phandle_startMarkus Armbruster
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster
2013-06-11device tree: Fix cppcheck warningStefan Weil
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-05device tree: simplify dumpdtb codeAlexander Graf
2012-10-05fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf
2012-07-20device_tree: Add support for reading device tree propertiesPeter Maydell
2012-06-24dt: make setprop argument staticAlexander Graf
2012-06-24dt: Add global option to set phandle start offsetAlexander Graf
2012-06-24Revert "dt: temporarily disable subtree creation failure check"Alexander Graf
2012-06-24dt: add helper for 64bit cell addsAlexander Graf
2012-06-24dt: add helper for phandle allocationAlexander Graf
2012-06-24dt: add helper for empty dt creationAlexander Graf
2012-06-24dt: add helper for phandle enumerationAlexander Graf
2012-06-24dt: temporarily disable subtree creation failure checkAlexander Graf
2012-06-24dt: add helper for phandle referencesAlexander Graf
2012-06-24dt: allow add_subnode to create root subnodesAlexander Graf
2011-10-26device_tree: Fix potential memory leakStefan Weil
2011-10-06device tree: give dt more sizeAlexander Graf
2011-10-06device tree: dont fail operationsAlexander Graf
2011-10-06device tree: add add_subnode commandAlexander Graf
2011-10-06device tree: add nop_nodeAlexander Graf
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-04-01Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson
2009-09-23Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1dBlue Swirl
2009-05-24Remove unused variablePaul Brook
2009-04-10Wean device tree code off phys_ram_base.pbrook
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-16Implement device tree support needed for Bamboo emulationaurel32