1. d181976 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  2. ddaaefb piix: fix 32bit pci hole by Gerd Hoffmann · 11 years ago
  3. 81aab2f piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  4. 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  5. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  6. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  7. 8a0e110 PPC: Use default pci bus name for grackle and heathrow by Alexander Graf · 11 years ago
  8. 83d08f2 pc: map PCI address space as catchall region for not mapped addresses by Michael S. Tsirkin · 11 years ago
  9. 04c7d8b Fix pc migration from qemu <= 1.5 by Cole Robinson · 11 years ago
  10. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  11. 6f1426a ich9: APIs for pc guest info by Michael S. Tsirkin · 12 years ago
  12. 277e934 piix: APIs for pc guest info by Michael S. Tsirkin · 12 years ago
  13. cbcaf79 q35: expose mmcfg size as a property by Michael S. Tsirkin · 12 years ago
  14. 87f6524 q35: use macro for MCFG property name by Michael S. Tsirkin · 12 years ago
  15. eb322b8 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  16. 451f784 q35: Fix typo in constant DEFUALT -> DEFAULT. by Richard W.M. Jones · 12 years ago
  17. 2028fdf piix: use 64 bit window programmed by guest by Michael S. Tsirkin · 12 years ago
  18. 8b42d73 q35: use 64 bit window programmed by guest by Michael S. Tsirkin · 12 years ago
  19. 636228a q35: make pci window address/size match guest cfg by Michael S. Tsirkin · 12 years ago
  20. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  21. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
  22. dd301ca pci: Pass size to pci_bus_new_inplace() by Andreas Färber · 12 years ago
  23. 1466cef pc: fix regression for 64 bit PCI memory by Michael S. Tsirkin · 12 years ago
  24. 768d7e2 pci-host/prep: Set isa_mem_base in the PCI host bridge by Hervé Poussineau · 12 years ago
  25. 3984890 pc: limit 64 bit hole to 2G by default by Igor Mammedov · 12 years ago
  26. 44fc8c5 pc: replace i440fx_common_init() with i440fx_init() by Igor Mammedov · 12 years ago
  27. 1d0d4aa pc: add I440FX QOM cast macro by Igor Mammedov · 12 years ago
  28. f055e96 pci-bridge: Turn PCIBridge into abstract QOM type by Andreas Färber · 12 years ago
  29. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  30. 2b8fbcd sparc64: unbreak by Paolo Bonzini · 12 years ago
  31. 5519ad0 sparc64: remove indirection for I/O port access by Paolo Bonzini · 12 years ago
  32. e37b80f mips_fulong2e: do not use isa_mmio by Paolo Bonzini · 12 years ago
  33. 62d92e4 q35: Use QOM realize for q35 host bridge by Hu Tao · 12 years ago
  34. ce88812 q35: Use type-safe cast instead of direct access of parent dev by Hu Tao · 12 years ago
  35. a3560fb i440fx-pcihost: Use QOM realize for i440fx-pcihost by Hu Tao · 12 years ago
  36. 2aedfa46 i440fx: Use type-safe cast instead of direct access of parent dev by Hu Tao · 12 years ago
  37. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  38. 568f069 pci: Replace pci_find_domain() with more general pci_root_bus_path() by David Gibson · 12 years ago
  39. 40c5dce hw/p*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  40. 3cd2cf4 pam: pass device to init_pam and use it to set owner by Paolo Bonzini · 12 years ago
  41. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  42. 3459a62 pci: store PCI hole ranges in guestinfo structure by Michael S. Tsirkin · 12 years ago
  43. cbef02f dec.c - move to pci-bridge by Michael S. Tsirkin · 12 years ago
  44. 68c0e13 q35: set fw_name by Michael S. Tsirkin · 12 years ago
  45. 913b4b6 hw/pci-host/versatile.c: Provide property for forcing broken IRQ mapping by Peter Maydell · 12 years ago
  46. bc04d89 hw/pci-host/versatile.c: Update autodetect to detect newer kernels by Peter Maydell · 12 years ago
  47. 33201b5 Revert "versatile_pci: Put the host bridge PCI device at slot 29" by Peter Maydell · 12 years ago
  48. 903ce9f sparc64: use direct interrupt mapping for PCI devices by Artyom Tarasenko · 12 years ago
  49. 9625036 sparc64: fix loosing interrupts by Artyom Tarasenko · 12 years ago
  50. 852e82f sparc64: allow 64 IRQ lines by Artyom Tarasenko · 12 years ago
  51. af9277e hw/versatile_pci: Drop unnecessary vpb_pci_config_addr() by Peter Maydell · 12 years ago
  52. 89a32d3 versatile_pci: Expose PCI memory space to system by Peter Maydell · 12 years ago
  53. 7468d73 versatile_pci: Implement the PCI controller's control registers by Peter Maydell · 12 years ago
  54. 66a96d7 versatile_pci: Implement the correct PCI IRQ mapping by Peter Maydell · 12 years ago
  55. 5f37ef9 versatile_pci: Put the host bridge PCI device at slot 29 by Peter Maydell · 12 years ago
  56. 967c260 versatile_pci: Use separate PCI I/O space rather than system I/O space by Peter Maydell · 12 years ago
  57. 0688810 versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGE by Peter Maydell · 12 years ago
  58. cd93dbf versatile_pci: Update to realize and instance init functions by Peter Maydell · 12 years ago
  59. 5fb8084 versatile_pci: Expose PCI I/O region on Versatile PB by Peter Maydell · 12 years ago
  60. c5c86c5 versatile_pci: Fix hardcoded tabs by Peter Maydell · 12 years ago
  61. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  62. c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago