1. 9b164a4 macio: move MACIOIDEState type declarations to macio.h by Mark Cave-Ayland · 7 years ago
  2. ab3dd74 hw/ppc: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  3. d811d61 mac_newworld: add PMU device by Mark Cave-Ayland · 7 years ago
  4. 7c4166a mac_newworld: add gpios to macio devices with PMU enabled by Mark Cave-Ayland · 7 years ago
  5. f1114c1 mac_newworld: add via machine option to control mac99 VIA/ADB configuration by Mark Cave-Ayland · 7 years ago
  6. 06fe3a5 ppc: introduce Core99MachinesState for the mac99 machine by Mark Cave-Ayland · 7 years ago
  7. 4558fad ppc: remove obsolete macio_init() definition from mac.h by Mark Cave-Ayland · 7 years ago
  8. a72fed2 ppc: remove obsolete pci_pmac_init() definitions from mac.h by Mark Cave-Ayland · 7 years ago
  9. 040b27c mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directly by Mark Cave-Ayland · 7 years ago
  10. c90c393 uninorth: rename UNINState to UNINHostState by Mark Cave-Ayland · 7 years ago
  11. 32cde61 uninorth: move PCI host bridge bus initialisation into device realize by Mark Cave-Ayland · 7 years ago
  12. ab1244b mac_oldworld: remove pics IRQ array and wire up macio to heathrow directly by Mark Cave-Ayland · 7 years ago
  13. a773e64 grackle: remove deprecated pci_grackle_init() function by Mark Cave-Ayland · 7 years ago
  14. b0318ec grackle: general tidy-up and QOMify by Mark Cave-Ayland · 7 years ago
  15. a5ed75f heathrow: remove obsolete heathow_init() function by Mark Cave-Ayland · 7 years ago
  16. 0f4b541 uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device by Mark Cave-Ayland · 7 years ago
  17. e1218e4 macio: move macio related structures and defines into separate macio.h file by Mark Cave-Ayland · 7 years ago
  18. c296460 heathrow: change heathrow_pic_init() to return the heathrow device by Mark Cave-Ayland · 7 years ago
  19. 343bd85 macio: move ESCC device within the macio device by Mark Cave-Ayland · 7 years ago
  20. 7092e84 ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file by Mark Cave-Ayland · 7 years ago
  21. 09a5734 cuda: convert to use the shared mos6522 device by Mark Cave-Ayland · 7 years ago
  22. 27c5cee cuda: rename frequency property to tb_frequency by Mark Cave-Ayland · 7 years ago
  23. e451b85 macio: use object link between MACIO_IDE and MAC_DBDMA object by Mark Cave-Ayland · 7 years ago
  24. 0fc8433 macio: pass channel into MACIOIDEState via qdev property by Mark Cave-Ayland · 7 years ago
  25. 4f7265f ppc/ide/macio: Add missing registers by Benjamin Herrenschmidt · 7 years ago
  26. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  27. 216c906 cuda: port SET_DEVICE_LIST command to new framework by Hervé Poussineau · 9 years ago
  28. 374312e cuda: port SET_AUTO_RATE command to new framework by Hervé Poussineau · 9 years ago
  29. 03c1280 macio: use the existing IDEDMA aiocb to hold the active DMA aiocb by Mark Cave-Ayland · 9 years ago
  30. cffc331 cuda.c: add delay to setting of SR_INT bit by Mark Cave-Ayland · 9 years ago
  31. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  32. b981289 PPC: Cuda: Use cuda timer to expose tbfreq to guest by Alexander Graf · 11 years ago
  33. a8b0503 PPC: mac_nvram: Remove unused functions by Alexander Graf · 11 years ago
  34. a6b6d08 hw/ppc/mac.h: remove unused BIOS_FILENAME definition by Michael Tokarev · 11 years ago
  35. cae3235 PPC: dbdma: Wait for DMA until we have data by Alexander Graf · 12 years ago
  36. 4aa3510 PPC: dbdma: macio: Add DMA callback by Alexander Graf · 12 years ago
  37. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  38. 293c867 cuda: Move ADB bus into CUDA state by Andreas Färber · 12 years ago
  39. 45fa67f cuda: QOM'ify CUDA by Andreas Färber · 12 years ago
  40. 07a7484 ide/macio: QOM'ify MacIO IDE by Andreas Färber · 12 years ago
  41. 95ed3b7 mac_nvram: QOM'ify MacIO NVRAM by Andreas Färber · 12 years ago
  42. 3743cca mac_nvram: Clean up public API by Andreas Färber · 12 years ago
  43. d037834 macio: Split MacIO in two by Andreas Färber · 12 years ago
  44. baec191 ppc: Move Mac machines to hw/ppc/ by Andreas Färber · 12 years ago[Renamed from hw/ppc_mac.h]
  45. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  46. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  47. 0e65504 grackle_pci: QOM'ify Grackle PCI host bridge by Andreas Färber · 13 years ago
  48. 7a880d9 ppc: move ADB stuff from ppc_mac.h to adb.h by Laurent Vivier · 14 years ago
  49. 23c5e4c ppc: convert to memory API by Avi Kivity · 14 years ago
  50. aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 14 years ago
  51. 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 14 years ago
  52. b9e17a3 PPC: calculate kernel,initrd,cmdline locations dynamically by Alexander Graf · 14 years ago
  53. ae0bfb7 ppc: remove video.x by Blue Swirl · 14 years ago
  54. 0f92119 PPC: Use Mac99_U3 type on ppc64 by Alexander Graf · 15 years ago
  55. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  56. 99a0949 Get rid of _t suffix by malc · 15 years ago
  57. b884220 ide: split away ide-macio.c by Gerd Hoffmann · 16 years ago
  58. 33b544b Give the kernel more room by Alexander Graf · 16 years ago
  59. bba831e Remove obsolete BIOS_SIZE from sysemu.h by Paul Brook · 16 years ago
  60. 513f789 Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) by blueswir1 · 16 years ago
  61. b716991 kvm/powerpc: Enable MPIC for E500 platform. by aurel32 · 16 years ago
  62. 68af3f2 Add it_shift by blueswir1 · 16 years ago
  63. e3007e6 PowerPC: IDE DB-DMA support by aurel32 · 16 years ago
  64. 28ce5ce PowerPC: mac-io DB-DMA support by aurel32 · 16 years ago
  65. 7fa9ae1 Use ESCC for PowerMac serial by blueswir1 · 16 years ago
  66. e5d01b0 target-ppc: add an openbios-ppc image by aurel32 · 16 years ago
  67. 992e5ac Use OpenBIOS for g3bw machine by blueswir1 · 16 years ago
  68. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  69. 74e9115 Fix PowerMac NVRAM device. by j_mayer · 17 years ago
  70. 3cbee15 * sort the PowerPC target object files by j_mayer · 17 years ago