1. 1a5a86f pci: add ich9 pci id by Alexander Graf · 14 years ago
  2. 4a9dd66 pci: untangle pci/msi dependency by Michael S. Tsirkin · 14 years ago
  3. b1aeb92 pci: make command SERR bit writable by Isaku Yamahata · 14 years ago
  4. 9bb3358 pci: use qdev reset framework for pci bus reset by Isaku Yamahata · 14 years ago
  5. e927d48 pci: allow hotplug removal of cold-plugged devices by Michael S. Tsirkin · 14 years ago
  6. b907b69 Merge branch 'pci' into for_anthony by Michael S. Tsirkin · 14 years ago
  7. 0428527 pcie: helper functions for pcie capability and extended capability by Isaku Yamahata · 14 years ago
  8. e4c7d2a msi: implements msi by Isaku Yamahata · 14 years ago
  9. a5d1fd2 pci: introduce helper function to handle msi-x and msi. by Isaku Yamahata · 14 years ago
  10. aabcf52 pci: introduce helper functions to test-and-{clear, set} mask in configuration space by Isaku Yamahata · 14 years ago
  11. 92ba5f5 pci: implement RW1C register framework. by Isaku Yamahata · 14 years ago
  12. bf1b007 Introduce range.h by Blue Swirl · 14 years ago
  13. 0bb750e pci: improve signature of pci_register_bar(). by Isaku Yamahata · 14 years ago
  14. 43c945f pci: make pci_parse_devfn() aware of func. by Isaku Yamahata · 14 years ago
  15. ca77089 pci: consolidate pci_add_capability_at_offset() into pci_add_capability(). by Isaku Yamahata · 14 years ago
  16. 783753f pci/bridge: split out pci bridge code into pci_bridge.c from pci.c by Isaku Yamahata · 15 years ago
  17. 7c7b829 pci_bridge: make pci bridge aware of pci multi function bit. by Isaku Yamahata · 15 years ago
  18. 4982386 pci: introduce multifunction property. by Isaku Yamahata · 15 years ago
  19. e327e32 pci: remove PCIDeviceInfo::header_type by Isaku Yamahata · 15 years ago
  20. 6fa8491 pci: insert assert that auto-assigned-address function is single function device. by Isaku Yamahata · 15 years ago
  21. e075e78 pci-hotplug: make them aware of pci domain. by Isaku Yamahata · 15 years ago
  22. 0c6fcb6 pci.h: remove unused constants. by Isaku Yamahata · 15 years ago
  23. 3c18685 pci: add const to pci_is_express(), pci_config_size(). by Isaku Yamahata · 15 years ago
  24. 87c3054 pci hotplug: add argument to pci hot plug callback. by Isaku Yamahata · 15 years ago
  25. 1db5a3a pci: add API to add capability at a known offset by Michael S. Tsirkin · 15 years ago
  26. cf602c7 adding helper pci functions by Izik Eidus · 15 years ago
  27. 186993e pci: move pcibus_t to qemu-common by Michael S. Tsirkin · 15 years ago
  28. 163c8a5 PCI: Convert pci_info() to QObject by Luiz Capitulino · 15 years ago
  29. cb95c2e pci: Add missing 'const' in argument to pci_get_xxx by Stefan Weil · 15 years ago
  30. 88169dd pci: allow loading roms via fw_cfg. by Gerd Hoffmann · 15 years ago
  31. ea3fdd5 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  32. 2e01c8c PCI: make pci_mem_base private by Blue Swirl · 15 years ago
  33. fb58a89 pci: use pci_regs.h by Isaku Yamahata · 15 years ago
  34. 3d09c49 pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g by Isaku Yamahata · 15 years ago
  35. b81ebc6 pci: remove unused macro by Michael S. Tsirkin · 15 years ago
  36. 5d89715 pci: add another devsel macro by Michael S. Tsirkin · 15 years ago
  37. d577679 pci: add more status bits by Michael S. Tsirkin · 15 years ago
  38. 9752622 pcnet: switch to symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  39. a7b15a5 Revert "Revert "pci: interrupt disable bit support"" by Michael S. Tsirkin · 15 years ago
  40. 8c52c8f pci romfiles: add property, add default to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  41. c2039bd Support PCI based option rom loading by Anthony Liguori · 15 years ago
  42. d587e07 Revert "pci: interrupt disable bit support" by Anthony Liguori · 15 years ago
  43. b6981cb pci: interrupt disable bit support by Michael S. Tsirkin · 15 years ago
  44. f9bf77d pci: interrupt status bit implementation by Michael S. Tsirkin · 15 years ago
  45. d036bb2 pci: prepare irq code for interrupt state by Michael S. Tsirkin · 15 years ago
  46. d631873 pci: move apb specific stuff to apb_pci.c by Michael S. Tsirkin · 15 years ago
  47. d46636b pci: pci bridge related clean up. by Isaku Yamahata · 15 years ago
  48. 2c56b44 pci: remove unused constants by Isaku Yamahata · 15 years ago
  49. 3c217c1 pci: remove some unnecessary comment in pci.h by Isaku Yamahata · 15 years ago
  50. c469e1d pci: s/pci_find_host_bus/pci_find_root_bus/g by Isaku Yamahata · 15 years ago
  51. b6243d9 pci: move pci_data_{read, write}() declaration from pci.h to pci_host.h by Isaku Yamahata · 15 years ago
  52. 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
  53. a0c7a97 pci: implement pci bridge filtering. by Isaku Yamahata · 15 years ago
  54. fb23162 pci: initialize pci config headers depending it pci header type. by Isaku Yamahata · 15 years ago
  55. f49db80 pci: add helper functions to check ranges overlap. by Isaku Yamahata · 15 years ago
  56. a9f4994 pci: pcie host and mmcfg support. by Isaku Yamahata · 15 years ago
  57. ce195fb pci_host: change the signature of pci_data_{read, write}. by Isaku Yamahata · 15 years ago
  58. e822a52 pci: make pci configuration transaction more accurate. by Isaku Yamahata · 15 years ago
  59. 1442125 pci: 64bit bar support. by Isaku Yamahata · 15 years ago
  60. 4f8589e pci: typedef pcibus_t as uint64_t instead of uint32_t. by Isaku Yamahata · 15 years ago
  61. 89e8b13 pci: introduce FMT_PCIBUS for printf format for pcibus_t. by Isaku Yamahata · 15 years ago
  62. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  63. b3b1169 pci: make pci_bar() aware of header type 1. by Isaku Yamahata · 15 years ago
  64. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  65. fb5ce7d pci: helper functions to access PCIDevice::config by Isaku Yamahata · 15 years ago
  66. 182f9c8 pci: define a constant to represent a unmapped bar and use it. by Isaku Yamahata · 15 years ago
  67. e369cad pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4. by Isaku Yamahata · 15 years ago
  68. e52eb61 Revert "Fix exit on 'pci_add' Monitor command" by Anthony Liguori · 15 years ago
  69. 499cf10 Rename pci_create_noinit() to pci_create() by Markus Armbruster · 15 years ago
  70. 3312958 pci_create() is now unused, remove it by Markus Armbruster · 15 years ago
  71. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 15 years ago
  72. 49bd145 Fix pci_add storage not to exit on bad first argument by Markus Armbruster · 15 years ago
  73. 5a1fc5e qemu: clean up target page usage in msix by Michael S. Tsirkin · 15 years ago
  74. 5330de0 qemu/pci: refactor code/symbolic constants by Michael S. Tsirkin · 15 years ago
  75. ee995ff pci: hotplug windup by Gerd Hoffmann · 15 years ago
  76. e3936fa pci: move unregister from PCIDevice to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  77. a36a344 pci: use qdev for device destruction. by Gerd Hoffmann · 15 years ago
  78. 21eea4b support inplace allocation for pci bus, split irq init. by Gerd Hoffmann · 15 years ago
  79. 0148fde Fix exit on 'pci_add' Monitor command by Luiz Capitulino · 15 years ago
  80. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  81. 99a0949 Get rid of _t suffix by malc · 15 years ago
  82. 5e520a7 Compile msix only once by Blue Swirl · 15 years ago
  83. 71077c1 qdev/pci: add pci_create_noinit() by Gerd Hoffmann · 15 years ago
  84. d6fd1e6 eepro100: Clean code which sets the PCI device id by Stefan Weil · 15 years ago
  85. d52affa qdev/scsi: add scsi bus support to qdev, convert drivers. by Gerd Hoffmann · 15 years ago
  86. 5b19d9a qdev/usb: convert ohci. by Gerd Hoffmann · 15 years ago
  87. 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 15 years ago
  88. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  89. f16c4ab Add version_id to PCIDevice. by Juan Quintela · 15 years ago
  90. 54586bd qdev/prop: convert pci.c to helper macros. by Gerd Hoffmann · 15 years ago
  91. 0aab0d3 qdev: update pci device registration. by Gerd Hoffmann · 16 years ago
  92. e9283f8 monitor: Drop pci_addr prefix from hotplug commands by Jan Kiszka · 16 years ago
  93. 64d50b8 qemu/pci: add pci_get/set_byte by Michael S. Tsirkin · 16 years ago
  94. 02eb84d qemu/pci: MSI-X support functions by Michael S. Tsirkin · 16 years ago
  95. bd4b65e qemu/pci: check constant registers on load by Michael S. Tsirkin · 16 years ago
  96. 6f4cbd3 qemu/pci: add routines to manage PCI capabilities by Michael S. Tsirkin · 16 years ago
  97. 14e1255 qemu/pci: helper routines for pci access by Michael S. Tsirkin · 16 years ago
  98. b7ee160 qemu/pci: make default_write_config use mask table by Michael S. Tsirkin · 16 years ago
  99. 1f5f663 Make first argument of monitor command pci_add work by Markus Armbruster · 16 years ago
  100. 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago