index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
device_tree.c
Age
Commit message (
Expand
)
Author
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-19
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2016-02-19
device_tree: qemu_fdt_getprop converted to use the error API
Eric Auger
2016-02-19
device_tree: introduce qemu_fdt_node_path
Eric Auger
2016-02-19
device_tree: introduce load_device_tree_from_sysfs
Eric Auger
2016-02-04
all: Clean up includes
Peter Maydell
2015-07-27
device_tree: Fix a typo
Kamalesh Babulal
2015-06-03
device-tree: Make a common-obj
Peter Crosthwaite
2015-03-11
machine: query phandle-start machine property
Marcel Apfelbaum
2015-01-07
device-tree: fix memory leak
Sergey Fedorov
2014-09-02
device_tree.c: dump all err mesages with error_report
Li Liu
2014-09-02
device_tree.c: redirect load_device_tree err message to stderr
Li Liu
2013-12-20
device_tree: qemu_fdt_setprop: Rename val_array arg
Peter Crosthwaite
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
2013-12-10
device_tree.c: Terminate the empty reservemap in create_device_tree()
Peter Maydell
2013-07-19
device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
Peter Maydell
2013-07-09
vl: Tighten parsing of -machine option phandle_start
Markus Armbruster
2013-07-09
Simplify -machine option queries with qemu_get_machine_opts()
Markus Armbruster
2013-06-11
device tree: Fix cppcheck warning
Stefan Weil
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-10-05
device tree: simplify dumpdtb code
Alexander Graf
2012-10-05
fdt: move dumpdtb interpretation code to device_tree.c
Alexander Graf
2012-07-20
device_tree: Add support for reading device tree properties
Peter Maydell
2012-06-24
dt: make setprop argument static
Alexander Graf
2012-06-24
dt: Add global option to set phandle start offset
Alexander Graf
2012-06-24
Revert "dt: temporarily disable subtree creation failure check"
Alexander Graf
2012-06-24
dt: add helper for 64bit cell adds
Alexander Graf
2012-06-24
dt: add helper for phandle allocation
Alexander Graf
2012-06-24
dt: add helper for empty dt creation
Alexander Graf
2012-06-24
dt: add helper for phandle enumeration
Alexander Graf
2012-06-24
dt: temporarily disable subtree creation failure check
Alexander Graf
2012-06-24
dt: add helper for phandle references
Alexander Graf
2012-06-24
dt: allow add_subnode to create root subnodes
Alexander Graf
2011-10-26
device_tree: Fix potential memory leak
Stefan Weil
2011-10-06
device tree: give dt more size
Alexander Graf
2011-10-06
device tree: dont fail operations
Alexander Graf
2011-10-06
device tree: add add_subnode command
Alexander Graf
2011-10-06
device tree: add nop_node
Alexander Graf
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2011-04-01
Allow qemu_devtree_setprop() to take arbitrary values
David Gibson
2009-09-23
Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1d
Blue Swirl
2009-05-24
Remove unused variable
Paul Brook
2009-04-10
Wean device tree code off phys_ram_base.
pbrook
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2008-12-16
Implement device tree support needed for Bamboo emulation
aurel32