1. ca6155c Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://github.com/patchew-project/qemu into HEAD by Paolo Bonzini · 4 years, 10 months ago
  2. 438bafc hw/ppc/virtex_ml507:fix leak of fdevice tree blob by Chen Qun · 4 years, 11 months ago
  3. 9fe680e ppc/virtex_ml507: use memdev for RAM by Igor Mammedov · 4 years, 11 months ago
  4. 79a8733 ppc:virtex_ml507: remove unused arguments by Igor Mammedov · 5 years ago
  5. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  6. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  7. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  8. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 5 years ago
  9. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  10. ce14710 pflash: Clean up after commit 368a354f02b, part 2 by Markus Armbruster · 6 years ago
  11. 940d5b1 pflash: Clean up after commit 368a354f02b, part 1 by Markus Armbruster · 6 years ago
  12. 04f3c00 hw: Remove unused 'hw/devices.h' include by Philippe Mathieu-Daudé · 6 years ago
  13. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  14. 57aa218 virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n) by Greg Kurz · 6 years ago
  15. a69dc53 ppc: Remove deprecated ppcemb target by Thomas Huth · 6 years ago
  16. ab3dd74 hw/ppc: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  17. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  18. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  19. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  20. 6f76b81 hw/ppc: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  21. 64b4745 ppc: Deprecate qemu-system-ppcemb by thuth@redhat.com · 7 years ago
  22. 6bab8ea ppc: virtex-ml507: replace cpu_model with cpu_type by Igor Mammedov · 7 years ago
  23. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  24. 84efa64 ppc: replace cpu_ppc_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
  25. 00469dc target-ppc: Add MMU model check for booke machines by Valentin Plotkin · 8 years ago
  26. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  27. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  28. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  29. 4ecd4d1 ppc: Rename ELF_MACHINE to be PPC specific by Peter Crosthwaite · 10 years ago
  30. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  31. 19fb2c3 ppc: Update cpu_model in MachineState by Bharata B Rao · 10 years ago
  32. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  33. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  34. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  35. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  36. e938ba0 ppc: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Shreyas B. Prabhu · 10 years ago
  37. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  38. a1f7f97 hw/ppc: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  39. 0658aa9 virtex_ml507: Add support for loading initrd images by Edgar E. Iglesias · 11 years ago
  40. d5001cf xilinx: Delete hw/include/xilinx.h by Peter Crosthwaite · 11 years ago
  41. 2987371 xilinx: Inline usages of xilinx_timer_create() by Peter Crosthwaite · 11 years ago
  42. 13c9bfb xilinx: Inline usages of xilinx_intc_create() by Peter Crosthwaite · 11 years ago
  43. 81cce07 ppc/virtex_ml507: Define macros for irq/memory maps by Peter Crosthwaite · 11 years ago
  44. 5a4348d device_tree: s/qemu_devtree/qemu_fdt globally by Peter Crosthwaite · 11 years ago
  45. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  46. daf285b ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine. by Efimov Vasily · 11 years ago
  47. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 11 years ago
  48. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  49. 187f1bc ppc: Remove CONFIG_FDT conditionals by Peter Maydell · 12 years ago
  50. e1fe50d Remove unneeded type casts by Stefan Weil · 12 years ago
  51. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  52. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  53. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  54. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/virtex_ml507.c]
  55. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  56. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  57. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  58. a34a92b ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init() by Andreas Färber · 12 years ago
  59. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  60. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  61. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  62. 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
  63. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  64. 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
  65. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  66. abe098e xilinx_timer: changed nr_timers to one_timer_only by Peter A. G. Crosthwaite · 13 years ago
  67. f803148 virtex_ml507: Pass PowerPCCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  68. 6828169 virtex_ml507: Let ppc440_init_xilinx() return PowerPCCPU by Andreas Färber · 13 years ago
  69. d1d4938 virtex_ml507: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  70. e2684c0 ppc hw/: Don't use CPUState by Andreas Färber · 13 years ago
  71. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  72. 3960b04 PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file by Alexander Graf · 13 years ago
  73. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  74. 333b13f virtex_ml507: convert to memory API by Avi Kivity · 13 years ago
  75. 9770b91 virtex: Remove memset of clk_setup by Edgar E. Iglesias · 13 years ago
  76. df2921d Merge remote-tracking branch 'upstream' into memory/batch by Avi Kivity · 13 years ago
  77. ddd1055 PPC: booke timers by Fabien Chouteau · 13 years ago
  78. 39186d8 serial: Add MemoryRegion parameter to serial_mm_init by Richard Henderson · 13 years ago
  79. 2ff0c7c serial: Remove ioregister parameter from serial_mm_init by Richard Henderson · 13 years ago
  80. fb50cfe serial: Use enum device_endian in serial_mm_init parameter by Richard Henderson · 13 years ago
  81. cfe5f01 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 13 years ago
  82. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 13 years ago
  83. c8a50e5 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 13 years ago
  84. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  85. 1c53acc PPC: move TLBs to their own arrays by Alexander Graf · 14 years ago
  86. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  87. 3b2e3dc virtex: Add braces by Edgar E. Iglesias · 14 years ago
  88. 2c50e26 powerpc: Add a virtex5 ml507 refdesign board by Edgar E. Iglesias · 14 years ago