1. 31bc6fa mac_newworld: use node name instead of alias name for hd device in FWPathProvider by Mark Cave-Ayland · 6 years ago
  2. dc0ca80 hw/boards: Add a MachineState parameter to kvm_type callback by Eric Auger · 6 years ago
  3. 4479b51 mac_newworld: change default NIC to sungem for mac99 machine by Mark Cave-Ayland · 6 years ago
  4. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  5. eac57b4 hw/ppc: Don't include m48t59.h if it is not necessary by Thomas Huth · 6 years ago
  6. 9929301 mac_newworld: simplify IRQ wiring by Greg Kurz · 6 years ago
  7. 9776874 hw/ppc/mac_newworld, mac_oldworld: Don't use load_image() by Peter Maydell · 6 years ago
  8. 1bbd627 hw/ppc/mac_newworld: Free openpic_irqs array after use by Peter Maydell · 6 years ago
  9. 5d19be6 mac_newworld: implement custom FWPathProvider by Mark Cave-Ayland · 6 years ago
  10. 03756c8 uninorth: add ofw-addr property to allow correct fw path generation by Mark Cave-Ayland · 6 years ago
  11. 74887ed mac_newworld: don't use legacy fw_cfg_init_mem() function by Mark Cave-Ayland · 6 years ago
  12. 3232794 ppc: fix default VGA display for Mac machines by Mark Cave-Ayland · 7 years ago
  13. b07cd3e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into staging by Peter Maydell · 7 years ago
  14. 5107a9c mac_newworld: always enable disable_direct_reg3_writes for ADB machines by Mark Cave-Ayland · 7 years ago
  15. ab3dd74 hw/ppc: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  16. d811d61 mac_newworld: add PMU device by Mark Cave-Ayland · 7 years ago
  17. f1114c1 mac_newworld: add via machine option to control mac99 VIA/ADB configuration by Mark Cave-Ayland · 7 years ago
  18. 06fe3a5 ppc: introduce Core99MachinesState for the mac99 machine by Mark Cave-Ayland · 7 years ago
  19. 0fcd2a8 mac_newworld: move wiring of macio IRQs to macio_newworld_realize() by Mark Cave-Ayland · 7 years ago
  20. 040b27c mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directly by Mark Cave-Ayland · 7 years ago
  21. 0662946 uninorth: create new uninorth device by Mark Cave-Ayland · 7 years ago
  22. c90c393 uninorth: rename UNINState to UNINHostState by Mark Cave-Ayland · 7 years ago
  23. e226efb uninorth: move PCI IO (ISA) memory region into the uninorth device by Mark Cave-Ayland · 7 years ago
  24. e7755cc uninorth: use object link to pass OpenPIC object to uninorth by Mark Cave-Ayland · 7 years ago
  25. 8ce3f74 uninorth: remove obsolete pci_pmac_u3_init() function by Mark Cave-Ayland · 7 years ago
  26. 7b19318 uninorth: remove obsolete pci_pmac_init() function by Mark Cave-Ayland · 7 years ago
  27. 32cde61 uninorth: move PCI host bridge bus initialisation into device realize by Mark Cave-Ayland · 7 years ago
  28. 0f4b541 uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device by Mark Cave-Ayland · 7 years ago
  29. 72941bb uninorth: remove stray PCIBus realize from mac_newworld.c by Mark Cave-Ayland · 7 years ago
  30. 3e0204e uninorth: remove second set of uninorth token registers by Mark Cave-Ayland · 7 years ago
  31. 7eceff5 hw: Do not include "sysemu/block-backend.h" if it is not necessary by Thomas Huth · 7 years ago
  32. b6712ea macio: remove macio_init() function by Mark Cave-Ayland · 7 years ago
  33. dda12e9 mac_newworld: use object link to pass OpenPIC object to macio by Mark Cave-Ayland · 7 years ago
  34. e1218e4 macio: move macio related structures and defines into separate macio.h file by Mark Cave-Ayland · 7 years ago
  35. 343bd85 macio: move ESCC device within the macio device by Mark Cave-Ayland · 7 years ago
  36. 2cc75c3 hw/char: remove legacy interface escc_init() by Laurent Vivier · 7 years ago
  37. 6f76b81 hw/ppc: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  38. 9dff4c0 ppc: mac_newworld: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  39. 58b6283 ppc: Fix OpenPIC model by Benjamin Herrenschmidt · 7 years ago
  40. 3c06228 ppc/mac: Advertise a high clock frequency for NewWorld Macs by Benjamin Herrenschmidt · 7 years ago
  41. 39d9684 Replace round_page() with TARGET_PAGE_ALIGN() by Kamil Rytarowski · 7 years ago
  42. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  43. 84efa64 ppc: replace cpu_ppc_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
  44. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  45. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  46. 53ecf09 ppc: add qemu_vga.ndrv ROM to fw_cfg interface for NewWorld Macs by Mark Cave-Ayland · 8 years ago
  47. 5283c27 mac99: replace debug printf with trace points by Laurent Vivier · 8 years ago
  48. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  49. 5836d16 fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1() by Igor Mammedov · 8 years ago
  50. 1b04cc8 hw/ppc: realize the PCI root bus as part of mac99 init by Marcel Apfelbaum · 9 years ago
  51. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  52. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  53. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  54. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  55. c525436 hw: Don't use hw_error() for machine initialization errors by Markus Armbruster · 9 years ago
  56. 72f1f97 PPC: mac99: Always add USB controller by Alexander Graf · 9 years ago
  57. 4ecd4d1 ppc: Rename ELF_MACHINE to be PPC specific by Peter Crosthwaite · 10 years ago
  58. 98cec76 machine: Set MachineClass::name automatically by Eduardo Habkost · 9 years ago
  59. c0f3651 mac99: Use MACHINE_TYPE_NAME to encode class name by Eduardo Habkost · 9 years ago
  60. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  61. 19fb2c3 ppc: Update cpu_model in MachineState by Bharata B Rao · 10 years ago
  62. 48779e5 fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc by Gabriel L. Somlo · 10 years ago
  63. f75d4f8 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  64. c6e7650 powerpc: fix -machine usb=no for newworld and pseries machines by Paolo Bonzini · 10 years ago
  65. 3a5c76b fw_cfg: factor out initialization of FW_CFG_ID (rev. number) by Gabriel L. Somlo · 10 years ago
  66. c86580b PPC: Don't use legacy -usbdevice support for setting up board by Markus Armbruster · 10 years ago
  67. 59a0419 hw/ppc/mac_newworld: simplify usb controller creation logic by Marcel Apfelbaum · 10 years ago
  68. b1c2fb9 hw/ppc/mac_newworld: QOMified mac99 machines by Marcel Apfelbaum · 10 years ago
  69. de77a24 hw/usb: simplified usb_enabled by Marcel Apfelbaum · 10 years ago
  70. f8b6f8e hw/ppc: modified the condition for usb controllers to be created for some ppc machines by Marcel Apfelbaum · 10 years ago
  71. 6670882 fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem() by Laszlo Ersek · 10 years ago
  72. ddcd553 bootdevice: add Error **errp argument for QEMUBootSetHandler by Gonglei · 10 years ago
  73. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  74. d8f94e1 ide: Update ide_drive_get to be HBA agnostic by John Snow · 10 years ago
  75. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  76. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  77. b981289 PPC: Cuda: Use cuda timer to expose tbfreq to guest by Alexander Graf · 11 years ago
  78. caae6c9 PPC: Mac: Move tbfreq into local variable by Alexander Graf · 11 years ago
  79. 261265c PPC: mac99: Move NVRAM to page boundary when necessary by Alexander Graf · 11 years ago
  80. 277c7a4 PPC: KVM: Fix g3beige and mac99 when HV is loaded by Alexander Graf · 10 years ago
  81. aa2ac1d ppc: convert g_new(qemu_irq usages to g_new0 by Peter Crosthwaite · 10 years ago
  82. e206ad4 ppc: fix -mem-path failure by Hu Tao · 10 years ago
  83. e938ba0 ppc: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Shreyas B. Prabhu · 11 years ago
  84. a0bb2a5 mac99: Add motherboard devices before PCI cards by BALATON Zoltan · 11 years ago
  85. 9d1c128 mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already there by BALATON Zoltan · 11 years ago
  86. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  87. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 11 years ago
  88. 2b1096e ppc_newworld: do not use isa_mmio by Paolo Bonzini · 11 years ago
  89. 536d8cd PPC: Mac: Fix guest exported tbfreq values by Alexander Graf · 12 years ago
  90. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  91. 29b358f pci: Add root bus parameter to pci_nic_init() by David Gibson · 12 years ago
  92. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  93. 593c181 PPC: Newworld: Add second uninorth control register set by Alexander Graf · 12 years ago
  94. 4e46dcd PPC: Newworld: Add uninorth token register by Alexander Graf · 12 years ago
  95. a1014f2 PPC: Add clock-frequency export for Mac machines by Alexander Graf · 12 years ago
  96. 159f828 target-ppc: Change default machine for 64-bit by David Gibson · 12 years ago
  97. e176634 intc/openpic: QOM'ify by Andreas Färber · 12 years ago
  98. 20f649d PPC: mac newworld: fix cpu NIP reset value by Alexander Graf · 12 years ago
  99. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  100. e13da40 PPC: Fix dma interrupt by Amadeusz Sławiński · 12 years ago