1. 20f649d PPC: mac newworld: fix cpu NIP reset value by Alexander Graf · 12 years ago
  2. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  3. e13da40 PPC: Fix dma interrupt by Amadeusz Sławiński · 12 years ago
  4. 70db922 fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init() by Eduardo Habkost · 12 years ago
  5. 293c867 cuda: Move ADB bus into CUDA state by Andreas Färber · 12 years ago
  6. 2e4a7c9 adb: QOM'ify ADB devices by Andreas Färber · 12 years ago
  7. 45fa67f cuda: QOM'ify CUDA by Andreas Färber · 12 years ago
  8. 07a7484 ide/macio: QOM'ify MacIO IDE by Andreas Färber · 12 years ago
  9. 95ed3b7 mac_nvram: QOM'ify MacIO NVRAM by Andreas Färber · 12 years ago
  10. d037834 macio: Split MacIO in two by Andreas Färber · 12 years ago
  11. baec191 ppc: Move Mac machines to hw/ppc/ by Andreas Färber · 12 years ago[Renamed (97%) from hw/ppc_newworld.c]
  12. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  13. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  14. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  15. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  16. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  17. 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
  18. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  19. d0b7263 openpic: convert to qdev by Alexander Graf · 12 years ago
  20. 5bac070 openpic: remove irq_out by Alexander Graf · 12 years ago
  21. 094b287 Add USB option in machine options by zhlcindy@gmail.com · 12 years ago
  22. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  23. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  24. e7a2e96 ppc/newworld: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
  25. a1e4721 vga: rename pci_vga_init() into pci_std_vga_init() by Aurelien Jarno · 12 years ago
  26. c1195d1 Add one new file vga-pci.h and cleanup on all platforms by zhlcindy@gmail.com · 13 years ago
  27. 6680988 ppc_newworld: Pass PowerPCCPU to ppc_core99_reset() by Andreas Färber · 13 years ago
  28. 8f8204e ppc_newworld: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  29. e2684c0 ppc hw/: Don't use CPUState by Andreas Färber · 13 years ago
  30. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  31. afb9a60 usb: zap hw/ush-{ohic,uhci}.h + init wrappers by Gerd Hoffmann · 13 years ago
  32. 8a5faa1 openpic: remove dead code to make a PCI device version by Anthony Liguori · 13 years ago
  33. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  34. febbd7c ppc_newworld: convert to memory API by Avi Kivity · 13 years ago
  35. 7a880d9 ppc: move ADB stuff from ppc_mac.h to adb.h by Laurent Vivier · 13 years ago
  36. b39491a PPC: Drop initial ESCC mapping by Alexander Graf · 13 years ago
  37. 46f3069 PPC: use memory API to construct the PCI hole by Blue Swirl · 13 years ago
  38. 5b15f27 ppc_oldworld, ppc_newworld: fix escc BAR related crash by Avi Kivity · 14 years ago
  39. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  40. 23c5e4c ppc: convert to memory API by Avi Kivity · 14 years ago
  41. aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 14 years ago
  42. 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 14 years ago
  43. b9e17a3 PPC: calculate kernel,initrd,cmdline locations dynamically by Alexander Graf · 14 years ago
  44. 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
  45. 968d683 isa_mmio: Always use little endian by Alexander Graf · 14 years ago
  46. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  47. 7889542 more stdvga cleanups. by Gerd Hoffmann · 14 years ago
  48. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  49. ae0bfb7 ppc: remove video.x by Blue Swirl · 14 years ago
  50. 093209c Check for errors during BIOS or kernel load by Blue Swirl · 14 years ago
  51. 45024f0 PPC: Add PV hypercall transport through fw_cfg by Alexander Graf · 15 years ago
  52. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  53. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  54. a67ba3b Revert "Compile usb-ohci only once" by Paul Brook · 15 years ago
  55. f169840 Compile usb-ohci only once by Blue Swirl · 15 years ago
  56. 84108e1 Compile isa_mmio only once by Blue Swirl · 15 years ago
  57. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  58. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  59. a2236d4 PPC: Add USB per default on U3 by Alexander Graf · 15 years ago
  60. dffc07c PPC: Use macio IDE controller for Newworld by Alexander Graf · 15 years ago
  61. dc333cd PPC: tell the guest about the time base frequency by Alexander Graf · 15 years ago
  62. 915cd3a PPC: Include dump of lspci -nn on real G5 by Alexander Graf · 15 years ago
  63. 0f92119 PPC: Use Mac99_U3 type on ppc64 by Alexander Graf · 15 years ago
  64. 46214a2 ppc64: Change default machine to mac99 by Andreas Färber · 15 years ago
  65. b4b784f target-ppc: Use interrupts for escc by Alexander Graf · 15 years ago
  66. dc70228 targe-ppc: Sync CPU state for KVM by Alexander Graf · 15 years ago
  67. 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
  68. d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
  69. 3c178e7 rom loader: fix sparc -kernel boot. by Gerd Hoffmann · 15 years ago
  70. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 15 years ago
  71. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  72. 99a0949 Get rid of _t suffix by malc · 15 years ago
  73. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  74. 5b19d9a qdev/usb: convert ohci. by Gerd Hoffmann · 16 years ago
  75. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 16 years ago
  76. 977e124 ide: split away ide-pci.c by Gerd Hoffmann · 16 years ago
  77. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  78. 10696b4 ppc_newworld: configure screen size from QEMU command line options by Blue Swirl · 16 years ago
  79. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  80. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  81. a7b022e PPC: Round VGA BIOS size to page boundary by Alexander Graf · 16 years ago
  82. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  83. 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago
  84. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  85. 5cea859 Use relative path for bios by Paul Brook · 16 years ago
  86. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  87. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  88. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  89. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  90. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  91. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  92. b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
  93. 4465449 More phys_ram_base removal. by pbrook · 16 years ago
  94. 513f789 Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) by blueswir1 · 16 years ago
  95. b716991 kvm/powerpc: Enable MPIC for E500 platform. by aurel32 · 16 years ago
  96. e6bd862 ppc newworld: default to a G4 CPU by aurel32 · 16 years ago
  97. 4f3f238 Use Mac NVRAM by blueswir1 · 16 years ago
  98. 006f3a4 Switch Mac99 to OpenBIOS by blueswir1 · 16 years ago
  99. 77f0435 Use CMD646 IDE for now by blueswir1 · 16 years ago
  100. 3a61659 Load 32 bit ELF BIOS images also on PPC64 by blueswir1 · 16 years ago