Statistics
| Branch: | Revision:

root / include / sysemu / device_tree.h @ 4f953d2f

History | View | Annotate | Download (5.3 kB)

# Date Author Comment
97c38f8c 07/19/2013 02:58 pm Peter Maydell

device_tree: Add qemu_devtree_setprop_sized_cells() utility functions

We already have a qemu_devtree_setprop_cells() which sets a dtb
property to an array of cells whose values are specified by varargs.
However for the fairly common case of setting a property to a list...

9c17d615 12/19/2012 09:32 am Paolo Bonzini

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <>