1. 3c3c1e3 hw/grackle: fix PCI bus initialization by Marcel Apfelbaum · 9 years ago
  2. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  3. e162443 grackle: add to bridge category by Laurent Vivier · 9 years ago
  4. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  5. 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  6. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  7. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  8. 8a0e110 PPC: Use default pci bus name for grackle and heathrow by Alexander Graf · 11 years ago
  9. 40c5dce hw/p*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  10. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  11. c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/pci/host/grackle.c]
  12. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/grackle_pci.c]
  13. 60a0e44 pci: Allow PCI bus creation interfaces to specify the type of bus by Alex Williamson · 12 years ago
  14. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  15. baec191 ppc: Move Mac machines to hw/ppc/ by Andreas Färber · 12 years ago
  16. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  17. 67c332f pci: Tidy up PCI host bridges by Andreas Färber · 13 years ago
  18. 8558d94 pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE by Andreas Färber · 13 years ago
  19. 0e65504 grackle_pci: QOM'ify Grackle PCI host bridge by Andreas Färber · 13 years ago
  20. 4240abf pci: Make host bridge TypeInfos const by Andreas Färber · 13 years ago
  21. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  22. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  23. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  24. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  25. 0ae4699 grackle_pci: Clean up qdev names by Andreas Färber · 13 years ago
  26. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  27. 46f3069 PPC: use memory API to construct the PCI hole by Blue Swirl · 13 years ago
  28. d0ed807 pci_host: convert conf index and data ports to memory API by Avi Kivity · 14 years ago
  29. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  30. d2c3373 pci_host: convert conf index and data ports to memory API by Avi Kivity · 14 years ago
  31. aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 14 years ago
  32. 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 14 years ago
  33. a614f52 hw/grackle_pci.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  34. 532847e vmstate: remove grackle_pci savevm code by Juan Quintela · 14 years ago
  35. 6ebf590 pci-host: Delegate bswap to mmio layer by Alexander Graf · 14 years ago
  36. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
  37. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  38. 952760b Compile pci_host only once by Blue Swirl · 15 years ago
  39. e1c6bba Refactor DEC 21154 PCI bridge by Blue Swirl · 15 years ago
  40. 776e1bb PCI: fix bridge configuration by Blue Swirl · 15 years ago
  41. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  42. f08b32f pci: shorten pci_host_{conf, data}_register_xxx function a bit. by Isaku Yamahata · 15 years ago
  43. a455783 pci_host: consolidate pci config address access. by Isaku Yamahata · 15 years ago
  44. 4f5e19e pci_host.h: move functions in pci_host.h into .c file. by Isaku Yamahata · 15 years ago
  45. e439413 PPC: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  46. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  47. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  48. 99a0949 Get rid of _t suffix by malc · 15 years ago
  49. cdd0935 PPC: make system bus parent of PCI bus by Blue Swirl · 15 years ago
  50. 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 16 years ago
  51. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  52. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  53. 426f17b PPC: convert Grackle to qdev by Blue Swirl · 16 years ago
  54. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  55. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  56. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  57. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  58. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  59. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  60. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  61. 4ebcf88 Update #defines for PCI vendor and device IDs from OpenBIOS and Linux by blueswir1 · 16 years ago
  62. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  63. 9b64997 VM load/save support for PPC devices by blueswir1 · 16 years ago
  64. 6e6b736 Register reset handlers by blueswir1 · 16 years ago
  65. ea026b2 Improve PPC device debugging by blueswir1 · 16 years ago
  66. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  67. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  68. e616a7e Fix grackle (in fact MPC106) PCI host bridge header by j_mayer · 17 years ago
  69. 3cbee15 * sort the PowerPC target object files by j_mayer · 17 years ago
  70. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  71. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  72. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  73. 80b3ada Implement sun4u PCI IRQ routing. by pbrook · 18 years ago
  74. d2b5931 PCI shared IRQ fix (original patch by andrzej zaborowski). by pbrook · 18 years ago
  75. 502a539 Rearrange PCI host emulation code. Add ARM PCI emulation. by pbrook · 19 years ago