summaryrefslogtreecommitdiffstats
path: root/device_tree.c
Commit message (Expand)AuthorAgeFilesLines
* device_tree: Fix a typoKamalesh Babulal2015-07-271-1/+1
* device-tree: Make a common-objPeter Crosthwaite2015-06-031-1/+0
* machine: query phandle-start machine propertyMarcel Apfelbaum2015-03-111-3/+2
* device-tree: fix memory leakSergey Fedorov2015-01-071-4/+10
* device_tree.c: dump all err mesages with error_reportLi Liu2014-09-021-20/+20
* device_tree.c: redirect load_device_tree err message to stderrLi Liu2014-09-021-7/+8
* device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite2013-12-201-2/+2
* device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite2013-12-201-31/+31
* device_tree.c: Terminate the empty reservemap in create_device_tree()Peter Maydell2013-12-101-0/+4
* device_tree: Add qemu_devtree_setprop_sized_cells() utility functionsPeter Maydell2013-07-191-0/+33
* vl: Tighten parsing of -machine option phandle_startMarkus Armbruster2013-07-091-5/+2
* Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster2013-07-091-18/+10
* device tree: Fix cppcheck warningStefan Weil2013-06-111-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* device tree: simplify dumpdtb codeAlexander Graf2012-10-051-8/+1
* fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf2012-10-051-0/+22
* device_tree: Add support for reading device tree propertiesPeter Maydell2012-07-201-0/+30
* dt: make setprop argument staticAlexander Graf2012-06-241-1/+1
* dt: Add global option to set phandle start offsetAlexander Graf2012-06-241-1/+27
* Revert "dt: temporarily disable subtree creation failure check"Alexander Graf2012-06-241-2/+0
* dt: add helper for 64bit cell addsAlexander Graf2012-06-241-0/+7
* dt: add helper for phandle allocationAlexander Graf2012-06-241-0/+7
* dt: add helper for empty dt creationAlexander Graf2012-06-241-0/+37
* dt: add helper for phandle enumerationAlexander Graf2012-06-241-1/+15
* dt: temporarily disable subtree creation failure checkAlexander Graf2012-06-241-0/+2
* dt: add helper for phandle referencesAlexander Graf2012-06-241-0/+8
* dt: allow add_subnode to create root subnodesAlexander Graf2012-06-241-1/+6
* device_tree: Fix potential memory leakStefan Weil2011-10-261-0/+1
* device tree: give dt more sizeAlexander Graf2011-10-061-0/+1
* device tree: dont fail operationsAlexander Graf2011-10-061-25/+51
* device tree: add add_subnode commandAlexander Graf2011-10-061-0/+24
* device tree: add nop_nodeAlexander Graf2011-10-061-0/+11
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson2011-04-011-1/+1
* Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1dBlue Swirl2009-09-231-0/+1
* Remove unused variablePaul Brook2009-05-241-1/+0
* Wean device tree code off phys_ram_base.pbrook2009-04-101-18/+18
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Implement device tree support needed for Bamboo emulationaurel322008-12-161-0/+114
OpenPOWER on IntegriCloud