1. 2c44220 meson: convert hw/arch* by Marc-André Lureau · 6 years ago
  2. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  3. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  4. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
  5. 934df91 qdev: Make qdev_prop_set_drive() match the other helpers by Markus Armbruster · 4 years, 9 months ago
  6. ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  7. db873cc sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 by Markus Armbruster · 4 years, 9 months ago
  8. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  9. 8352a5b sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1 by Markus Armbruster · 4 years, 9 months ago
  10. 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 9 months ago
  11. 19dc7e9 qom: Tidy up a few object_initialize_child() calls by Markus Armbruster · 4 years, 9 months ago
  12. 57d479c ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  13. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  14. 688ffbb various: Remove unnecessary OBJECT() cast by Philippe Mathieu-Daudé · 4 years, 10 months ago
  15. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 11 months ago
  16. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  17. abcbc4e hw: Do not initialize MachineClass::is_default to 0 by Philippe Mathieu-Daudé · 5 years ago
  18. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  19. 100781a microblaze: fix leak of fdevice tree blob by Paolo Bonzini · 5 years ago
  20. 5aa78a8 hw/misc: Add a config switch for the "unimplemented" device by Thomas Huth · 6 years ago
  21. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  22. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  23. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  24. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  25. 47865c3 hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting by Philippe Mathieu-Daudé · 6 years ago
  26. ff5d4dc hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting by Philippe Mathieu-Daudé · 6 years ago
  27. da4aeff hw/microblaze/zynqmp: Let the SoC manage the IPI devices by Philippe Mathieu-Daudé · 6 years ago
  28. a8ae92e hw/microblaze/zynqmp: Move the IPI state into the PMUSoC state by Philippe Mathieu-Daudé · 6 years ago
  29. ce14710 pflash: Clean up after commit 368a354f02b, part 2 by Markus Armbruster · 6 years ago
  30. 940d5b1 pflash: Clean up after commit 368a354f02b, part 1 by Markus Armbruster · 6 years ago
  31. 234afe7 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-08' into staging by Peter Maydell · 6 years ago
  32. 04f3c00 hw: Remove unused 'hw/devices.h' include by Philippe Mathieu-Daudé · 6 years ago
  33. a22b2ce microblaze-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  34. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  35. 268dfef hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards by Ákos Kovács · 6 years ago
  36. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  37. 619ddf5 hw/microblaze: s3adsp1800: Create an unimplemented GPIO area by Edgar E. Iglesias · 6 years ago
  38. f831f95 Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel. by Nick Hudson · 6 years ago
  39. 7b6d7b8 hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu-soc' by Thomas Huth · 7 years ago
  40. a4fb331 hw/microblaze: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  41. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  42. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  43. 07b3020 xlnx-zynqmp-pmu: Connect the IPI device to the PMU by Alistair Francis · 7 years ago
  44. 633a91b xlnx-zynqmp-pmu: Connect the PMU interrupt controller by Alistair Francis · 7 years ago
  45. 133d23b xlnx-zynqmp-pmu: Add the CPU and memory by Alistair Francis · 7 years ago
  46. 4690bf4 xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMU by Alistair Francis · 7 years ago
  47. d4c6d36 microblaze: boot.c: Don't try to find NULL file by Alistair Francis · 7 years ago
  48. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  49. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  50. d0e31a1 Remove reduntant qemu: from error functions by Ishani Chugh · 8 years ago
  51. 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
  52. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  53. 73bce51 m25p80: qdev-ify drive property by Paolo Bonzini · 9 years ago
  54. 1b6d078 hw/char: QOM'ify xilinx_uartlite model by xiaoqiang zhao · 9 years ago
  55. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  56. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  57. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  58. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  59. 8fd9dec microblaze: Clean up includes by Peter Maydell · 9 years ago
  60. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  61. a7e00e2 petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a by Edgar E. Iglesias · 9 years ago
  62. ad24f94 s3adsp1800: Set the MicroBlaze CPU version to 7.10.d by Edgar E. Iglesias · 9 years ago
  63. f4fc2bb mb: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  64. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  65. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  66. 691b957 microblaze: boot: Use cpu_set_pc() by Peter Crosthwaite · 10 years ago
  67. 033af8e s3adsp1800: Remove the hardcoded values from the reset by Alistair Francis · 10 years ago
  68. a87310a ml605_mmu: Move the hardcoded values to the init function by Alistair Francis · 10 years ago
  69. 72e3875 target-microblaze: Convert version_mask to a CPU property by Alistair Francis · 10 years ago
  70. a88bbb0 target-microblaze: Convert endi to a CPU property by Alistair Francis · 10 years ago
  71. a6c3ed2 target-microblaze: Convert dcache-writeback to a CPU property by Alistair Francis · 10 years ago
  72. 4e5d45a target-microblaze: Convert use-fpu to a CPU property by Alistair Francis · 10 years ago
  73. d87636b microblaze: s3adsp: Instantiate CPU using QOM by Peter Crosthwaite · 10 years ago
  74. 4d85040 microblaze: fix memory leak by Gonglei · 10 years ago
  75. 81b0735 Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  76. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  77. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  78. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  79. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  80. f55f885 microblaze: ml605: Get rid of ddr_base variable by Peter Crosthwaite · 11 years ago
  81. de77914 ssi: Name the CS GPIO by Peter Crosthwaite · 11 years ago
  82. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  83. e5bfd64 microblaze: boot: Don't hack the elf entry point by Peter Crosthwaite · 11 years ago
  84. 1b939d9 microblaze: Support loading of u-boot initrd images by Edgar E. Iglesias · 12 years ago
  85. d5001cf xilinx: Delete hw/include/xilinx.h by Peter Crosthwaite · 11 years ago
  86. d91a68a xilinx: Inline usages of xilinx_axi*_init() by Peter Crosthwaite · 11 years ago
  87. b8d4e1c xilinx: Inline usage of xilinx_ethlite_create() by Peter Crosthwaite · 11 years ago
  88. 2987371 xilinx: Inline usages of xilinx_timer_create() by Peter Crosthwaite · 11 years ago
  89. 13c9bfb xilinx: Inline usages of xilinx_intc_create() by Peter Crosthwaite · 11 years ago
  90. 8174196 microblaze/ml605: Define macros for irq/memory maps by Peter Crosthwaite · 11 years ago
  91. 05a738c microblaze/s3adsp_1800: Define macros for irq map by Peter Crosthwaite · 11 years ago
  92. a455044 petalogix-ml605: Create the CPU with object_new() by Edgar E. Iglesias · 11 years ago
  93. 73c6945 Microblaze: Convert Microblaze-pic handling to GPIOs by Alistair Francis · 11 years ago
  94. 5a4348d device_tree: s/qemu_devtree/qemu_fdt globally by Peter Crosthwaite · 11 years ago
  95. ec426ff hw/microblaze: Add support for loading initrd images by Edgar E. Iglesias · 12 years ago
  96. d0b022a hw/microblaze: Indentation cleanups by Edgar E. Iglesias · 12 years ago
  97. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  98. 7bccd94 microblaze: Fix latent bug with default DTB lookup by Markus Armbruster · 12 years ago
  99. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  100. 37a011e microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQ by Peter Crosthwaite · 12 years ago