1. e2bd53a hw/pci-host: Constify VMState by Richard Henderson · 1 year, 1 month ago
  2. ba7d12e hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps by Yi Liu · 1 year, 3 months ago
  3. 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years ago
  4. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 1 month ago
  5. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
  6. 8d40def hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' by Philippe Mathieu-Daudé · 4 years, 3 months ago
  7. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
  8. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
  9. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 5 months ago
  10. 8c2eedc ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant by Eduardo Habkost · 4 years, 5 months ago
  11. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  12. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  13. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  14. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  15. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  16. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  17. 73785b3 PPC: e500: convert SysBus init method to a realize method by Cédric Le Goater · 6 years ago
  18. acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
  19. 67113c0 e500: fix pci host bridge class/type by Michael Davidsaver · 7 years ago
  20. 1115ff6 pci: Rename root bus initialization functions for clarity by David Gibson · 7 years ago
  21. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  22. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  23. 97d5408 pci: Clean up includes by Peter Maydell · 9 years ago
  24. e7f0832 PPC: e500 pci host: Fix ATMUs register reads by Rudolf Marek · 9 years ago
  25. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  26. cb3778a PPC: e500 pci host: Add support for ATMUs by Alexander Graf · 10 years ago
  27. f2e2bc9 hw/pci-host/ppce500: Fix typo in vmstate definition by Peter Maydell · 11 years ago
  28. 3016dca PPC: e500: implement PCI INTx routing by Bharat Bhushan · 11 years ago
  29. d575a6c PPC: e500: some pci related cleanup by Bharat Bhushan · 11 years ago
  30. 3aff6c2 savevm: Remove all the unneeded version_minimum_id_old (ppc) by Juan Quintela · 11 years ago
  31. 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  32. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 11 years ago
  33. 40c5dce hw/p*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  34. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  35. c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/pci/host/ppce500.c]
  36. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/ppce500_pci.c]
  37. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  38. 60a0e44 pci: Allow PCI bus creation interfaces to specify the type of bus by Alex Williamson · 12 years ago
  39. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  40. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  41. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  42. 6f99198 Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD by Paolo Bonzini · 12 years ago
  43. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  44. 9e2c129 PPC: e500: pci: Export slot2irq calculation by Alexander Graf · 12 years ago
  45. 05f57d9 PPC: E500: PCI: Make IRQ calculation more generic by Alexander Graf · 12 years ago
  46. eafb325 PPC: E500: PCI: Make first slot qdev settable by Alexander Graf · 12 years ago
  47. 9975050 PPC: e500: Declare pci bridge as bridge by Alexander Graf · 12 years ago
  48. 3eddc1b Adding BAR0 for e500 PCI controller by Bharat Bhushan · 12 years ago
  49. a1bc20d PPC: e500: Map PIO space into core memory region by Alexander Graf · 12 years ago
  50. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  51. 67c332f pci: Tidy up PCI host bridges by Andreas Färber · 12 years ago
  52. 8558d94 pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE by Andreas Färber · 12 years ago
  53. 9c1a61f ppce500_pci: QOM'ify e500 PCI host bridge by Andreas Färber · 12 years ago
  54. 4240abf pci: Make host bridge TypeInfos const by Andreas Färber · 12 years ago
  55. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  56. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  57. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  58. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  59. cb4e15c ppce500_pci: remove sysbus_init_mmio_cb2 usage by Benoît Canet · 13 years ago
  60. cd5cba7 ppce500_pci: convert to memory API by Avi Kivity · 13 years ago
  61. eeae2e7 ppc/e500_pci: Fix an array overflow issue by Liu Yu-B13201 · 13 years ago
  62. 6875dc8 ppc/e500_pci: Fix code style by Liu Yu-B13201 · 13 years ago
  63. d0ed807 pci_host: convert conf index and data ports to memory API by Avi Kivity · 13 years ago
  64. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 13 years ago
  65. d2c3373 pci_host: convert conf index and data ports to memory API by Avi Kivity · 13 years ago
  66. cd0fa1e ppce500_pci: convert to sysbus_init_mmio_cb2() by Avi Kivity · 13 years ago
  67. aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 13 years ago
  68. 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 13 years ago
  69. cdfdec7 ppce500: move device/vendor/class id to qdev by Michael S. Tsirkin · 14 years ago
  70. be13cc7 PPC: Qdev'ify e500 pci by Alexander Graf · 14 years ago
  71. e0433ec vmstate: port ppce500_pci by Juan Quintela · 14 years ago
  72. 72b310e mpc85xx_pci_map_irq: change "unknow" to "unknown" by Scott Wood · 14 years ago
  73. 6ebf590 pci-host: Delegate bswap to mmio layer by Alexander Graf · 14 years ago
  74. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  75. b19159e Revert "PPC: Qdev'ify e500 pci" by Anthony Liguori · 14 years ago
  76. 031c0c5 Revert "PPC: Make e500 pci byte swap config data" by Anthony Liguori · 14 years ago
  77. cfb207e PPC: Make e500 pci byte swap config data by Alexander Graf · 14 years ago
  78. 13b7fde PPC: Qdev'ify e500 pci by Alexander Graf · 14 years ago
  79. 520128b pci: use PCI_DEVFN() where appropriate. by Isaku Yamahata · 15 years ago
  80. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  81. 2b5eb37 Compile most PPC devices only once by Blue Swirl · 15 years ago
  82. 952760b Compile pci_host only once by Blue Swirl · 15 years ago
  83. f08b32f pci: shorten pci_host_{conf, data}_register_xxx function a bit. by Isaku Yamahata · 15 years ago
  84. a455783 pci_host: consolidate pci config address access. by Isaku Yamahata · 15 years ago
  85. 4f5e19e pci_host.h: move functions in pci_host.h into .c file. by Isaku Yamahata · 15 years ago
  86. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  87. 99a0949 Get rid of _t suffix by malc · 15 years ago
  88. 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 15 years ago
  89. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  90. c0a2a09 Fix build with DEBUG_PCI in pci_host.h enabled by Blue Swirl · 16 years ago
  91. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  92. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  93. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  94. a770dc7 Add and use remaining #defines for PCI device IDs (Stuart Brady) by aliguori · 16 years ago
  95. 74c62ba kvm/powerpc: Add freescale pci controller's support by aurel32 · 16 years ago