aboutsummaryrefslogtreecommitdiffstats
path: root/device_tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26device_tree: Fix potential memory leakStefan Weil1-0/+1
2011-10-06device tree: give dt more sizeAlexander Graf1-0/+1
2011-10-06device tree: dont fail operationsAlexander Graf1-25/+51
2011-10-06device tree: add add_subnode commandAlexander Graf1-0/+24
2011-10-06device tree: add nop_nodeAlexander Graf1-0/+11
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-01Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson1-1/+1
2009-09-23Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1dBlue Swirl1-0/+1
2009-05-24Remove unused variablePaul Brook1-1/+0
2009-04-10Wean device tree code off phys_ram_base.pbrook1-18/+18
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2008-12-16Implement device tree support needed for Bamboo emulationaurel321-0/+114