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