Sign in
qemu
/
qemu
/
c02b78c7b4cecfe0a027abff8ecc3ec02e8b4a53
/
device_tree.c
da885fe
device_tree.c: Don't use load_image()
by Peter Maydell
· 6 years ago
f963cc2
device_tree: Add qemu_fdt_node_unit_path
by Eric Auger
· 6 years ago
38754e4
device_tree: Replace error_setg(&error_fatal) by error_report() + exit()
by Philippe Mathieu-Daudé
· 6 years ago
14ec3cb
device_tree: Increase FDT_MAX_SIZE to 1 MiB
by Geert Uytterhoeven
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
21a9ad2
device_tree: fix compiler warnings (clang 5)
by Philippe Mathieu-Daudé
· 8 years ago
58369e2
qemu-common: stop including qemu/bswap.h from qemu-common.h
by Paolo Bonzini
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
58e7109
device_tree: qemu_fdt_getprop_cell converted to use the error API
by Eric Auger
· 9 years ago
78e24f2
device_tree: qemu_fdt_getprop converted to use the error API
by Eric Auger
· 9 years ago
6d79566
device_tree: introduce qemu_fdt_node_path
by Eric Auger
· 9 years ago
60e43e9
device_tree: introduce load_device_tree_from_sysfs
by Eric Auger
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
cc47a16
device_tree: Fix a typo
by Kamalesh Babulal
· 9 years ago
7df057b
device-tree: Make a common-obj
by Peter Crosthwaite
· 10 years ago
6cabe7f
machine: query phandle-start machine property
by Marcel Apfelbaum
· 10 years ago
2bf9feb
device-tree: fix memory leak
by Sergey Fedorov
· 10 years ago
508e221
device_tree.c: dump all err mesages with error_report
by Li Liu
· 10 years ago
db013f8
device_tree.c: redirect load_device_tree err message to stderr
by Li Liu
· 10 years ago
be5907f
device_tree: qemu_fdt_setprop: Rename val_array arg
by Peter Crosthwaite
· 11 years ago
5a4348d
device_tree: s/qemu_devtree/qemu_fdt globally
by Peter Crosthwaite
· 11 years ago
ef6de70
device_tree.c: Terminate the empty reservemap in create_device_tree()
by Peter Maydell
· 11 years ago
97c38f8
device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
by Peter Maydell
· 11 years ago
c1b71b0
vl: Tighten parsing of -machine option phandle_start
by Markus Armbruster
· 11 years ago
2ff3de6
Simplify -machine option queries with qemu_get_machine_opts()
by Markus Armbruster
· 11 years ago
909a196
device tree: Fix cppcheck warning
by Stefan Weil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
6641b77
device tree: simplify dumpdtb code
by Alexander Graf
· 12 years ago
7119343
fdt: move dumpdtb interpretation code to device_tree.c
by Alexander Graf
· 12 years ago
f0aa713
device_tree: Add support for reading device tree properties
by Peter Maydell
· 12 years ago
45e9dfb
dt: make setprop argument static
by Alexander Graf
· 13 years ago
4b1b1c8
dt: Add global option to set phandle start offset
by Alexander Graf
· 13 years ago
1337ae1
Revert "dt: temporarily disable subtree creation failure check"
by Alexander Graf
· 13 years ago
bb28eb3
dt: add helper for 64bit cell adds
by Alexander Graf
· 13 years ago
3601b57
dt: add helper for phandle allocation
by Alexander Graf
· 13 years ago
ce36252
dt: add helper for empty dt creation
by Alexander Graf
· 13 years ago
7d5fd10
dt: add helper for phandle enumeration
by Alexander Graf
· 13 years ago
ef5d833
dt: temporarily disable subtree creation failure check
by Alexander Graf
· 13 years ago
8535ab1
dt: add helper for phandle references
by Alexander Graf
· 13 years ago
c640d08
dt: allow add_subnode to create root subnodes
by Alexander Graf
· 13 years ago
bff39b6
device_tree: Fix potential memory leak
by Stefan Weil
· 13 years ago
ded57c5
device tree: give dt more size
by Alexander Graf
· 13 years ago
ccbcfed
device tree: dont fail operations
by Alexander Graf
· 13 years ago
80ad781
device tree: add add_subnode command
by Alexander Graf
· 13 years ago
d69a8e6
device tree: add nop_node
by Alexander Graf
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
c489749
Allow qemu_devtree_setprop() to take arbitrary values
by David Gibson
· 14 years ago
39b7f20
Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1d
by Blue Swirl
· 15 years ago
3c80c6f
Remove unused variable
by Paul Brook
· 16 years ago
7ec632b
Wean device tree code off phys_ram_base.
by pbrook
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
f652e6a
Implement device tree support needed for Bamboo emulation
by aurel32
· 16 years ago