1. 6f3279b pci: use uint8_t for devfn_min by Isaku Yamahata · 14 years ago
  2. 6ff534b pci: use PCI_DEVFN in pci_get_bus_devfn() by Isaku Yamahata · 14 years ago
  3. 5256d8b pci: use devfn for pci_find_device() instead of (slot, fn) pair by Isaku Yamahata · 14 years ago
  4. 386bbf4 pci: Fix memory leak by Stefan Weil · 14 years ago
  5. 7cc050b pci: add creation functions that may fail by Blue Swirl · 14 years ago
  6. 4c90051 pci: typo in pcibus_get_dev_path() by Isaku Yamahata · 14 years ago
  7. bb34007 pci: bridge control fixup by Michael S. Tsirkin · 14 years ago
  8. be7052c pci: memory leak of PCIDevice::rom_file by Isaku Yamahata · 14 years ago
  9. e10990c pci: use qemu_malloc() in pcibus_get_dev_path() by Isaku Yamahata · 14 years ago
  10. 4c92325 pci: deassert intx on reset. by Isaku Yamahata · 14 years ago
  11. 2991181 pci: fix device paths by Michael S. Tsirkin · 14 years ago
  12. 180c22e pci: allow devices being tagged as not hotpluggable. by Gerd Hoffmann · 14 years ago
  13. a6a7005 pci: fix migration path for devices behind bridges by Michael S. Tsirkin · 14 years ago
  14. f3006dd pci: introduce a helper function to convert qdev id to PCIDevice by Isaku Yamahata · 14 years ago
  15. 0ead87c pcie: add flr support by Isaku Yamahata · 14 years ago
  16. af0669f pci: don't use bus number in migration, stub out by Michael S. Tsirkin · 14 years ago
  17. b254b0d Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  18. 2e55e84 Add bootindex for option roms. by Gleb Natapov · 14 years ago
  19. 5e0259e Add get_fw_dev_path callback for pci bus. by Gleb Natapov · 14 years ago
  20. 4a9dd66 pci: untangle pci/msi dependency by Michael S. Tsirkin · 14 years ago
  21. b1aeb92 pci: make command SERR bit writable by Isaku Yamahata · 14 years ago
  22. 929176c pci: fix bus walk under secondary bus reset by Michael S. Tsirkin · 14 years ago
  23. 9bb3358 pci: use qdev reset framework for pci bus reset by Isaku Yamahata · 14 years ago
  24. ab85ceb pci: Automatically patch PCI vendor id and device id in PCI ROM by Stefan Weil · 14 years ago
  25. f6bdfcc pci: fix bridge control bit wmask by Michael S. Tsirkin · 14 years ago
  26. 89d437d pci: add W1C bits to pci status register by Isaku Yamahata · 14 years ago
  27. e927d48 pci: allow hotplug removal of cold-plugged devices by Michael S. Tsirkin · 14 years ago
  28. 7f5feab PCI: Bus number from the bridge, not the device by Alex Williamson · 14 years ago
  29. b907b69 Merge branch 'pci' into for_anthony by Michael S. Tsirkin · 14 years ago
  30. f9aebe2 pci: improve w1c mask handling by Michael S. Tsirkin · 14 years ago
  31. 99443c2 pci: use pci_word_test_and_clear_mask() in pci_device_reset() by Isaku Yamahata · 14 years ago
  32. a5d1fd2 pci: introduce helper function to handle msi-x and msi. by Isaku Yamahata · 14 years ago
  33. 1a4f597 pci: make pci_del_capability() update for w1cmask by Isaku Yamahata · 14 years ago
  34. b0cd712 Fix spelling in comments by Stefan Weil · 15 years ago
  35. 92ba5f5 pci: implement RW1C register framework. by Isaku Yamahata · 14 years ago
  36. bf1b007 Introduce range.h by Blue Swirl · 14 years ago
  37. 0bb750e pci: improve signature of pci_register_bar(). by Isaku Yamahata · 14 years ago
  38. 2bbb9c2 pci: don't ignore invalid parameter for pci_register_bar(). by Isaku Yamahata · 14 years ago
  39. 5a9ff38 pci: sorting out type confusion in pci_register_bar(). by Isaku Yamahata · 14 years ago
  40. 43c945f pci: make pci_parse_devfn() aware of func. by Isaku Yamahata · 14 years ago
  41. 5beb8ad pci: call hotplug callback even when not hotplug case for later use. by Isaku Yamahata · 14 years ago
  42. ca77089 pci: consolidate pci_add_capability_at_offset() into pci_add_capability(). by Isaku Yamahata · 14 years ago
  43. 783753f pci/bridge: split out pci bridge code into pci_bridge.c from pci.c by Isaku Yamahata · 15 years ago
  44. cfb0a50 pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info. by Isaku Yamahata · 15 years ago
  45. eb0557d pci: fix bridge update by Michael S. Tsirkin · 15 years ago
  46. a213ff6 pci hotplug: make pci hotplug return value to caller by Isaku Yamahata · 15 years ago
  47. 71ebd6d pci: fix pci_device_reset by Isaku Yamahata · 15 years ago
  48. 6eab3de pci: set PCI multi-function bit appropriately. by Isaku Yamahata · 15 years ago
  49. 7c7b829 pci_bridge: make pci bridge aware of pci multi function bit. by Isaku Yamahata · 15 years ago
  50. 4982386 pci: introduce multifunction property. by Isaku Yamahata · 15 years ago
  51. e327e32 pci: remove PCIDeviceInfo::header_type by Isaku Yamahata · 15 years ago
  52. 6fa8491 pci: insert assert that auto-assigned-address function is single function device. by Isaku Yamahata · 15 years ago
  53. 230741d pci: Free the space allocated for the option rom on removal by Alex Williamson · 15 years ago
  54. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  55. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  56. 4f43c1f pci: Implement BusInfo.get_dev_path() by Alex Williamson · 15 years ago
  57. 1bb6504 qdev: Revert the hack to let -net nic and pci_add set qdev ID by Markus Armbruster · 15 years ago
  58. 3709c1b Clarify error message when a PCI slot is already in use (v2) by Daniel P. Berrange · 15 years ago
  59. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  60. e075e78 pci-hotplug: make them aware of pci domain. by Isaku Yamahata · 15 years ago
  61. 5e434f4 pci: clean up of pci_set_default_subsystem_id(). by Isaku Yamahata · 15 years ago
  62. f7ce728 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  63. 87c3054 pci hotplug: add argument to pci hot plug callback. by Isaku Yamahata · 15 years ago
  64. c3f8f61 pci: irq_state vmstate breakage by Michael S. Tsirkin · 15 years ago
  65. 925fe64 pci: cleanly backout of pci_qdev_init() by Alex Williamson · 15 years ago
  66. 470e636 pci: fix pci_find_bus(). by Isaku Yamahata · 15 years ago
  67. 1db5a3a pci: add API to add capability at a known offset by Michael S. Tsirkin · 15 years ago
  68. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  69. b5937f2 pci: fix info pci with host bridge. by Isaku Yamahata · 15 years ago
  70. 8fd5cf4 pci: fix pci_find_bus() by Isaku Yamahata · 15 years ago
  71. 525e051 PCI: show also host bridge data in "info pci" output by Blue Swirl · 15 years ago
  72. c021f8e PCI: fix multiple bridge problems by Blue Swirl · 15 years ago
  73. 776e1bb PCI: fix bridge configuration by Blue Swirl · 15 years ago
  74. d5e4acf PCI: do_pci_info(): PCI bridge devices support by Luiz Capitulino · 15 years ago
  75. 163c8a5 PCI: Convert pci_info() to QObject by Luiz Capitulino · 15 years ago
  76. 88169dd pci: allow loading roms via fw_cfg. by Gerd Hoffmann · 15 years ago
  77. ea3fdd5 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  78. cf61680 PCI: Fix bus address conversion by Blue Swirl · 15 years ago
  79. c71b5b4 PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a by Blue Swirl · 15 years ago
  80. 2e01c8c PCI: make pci_mem_base private by Blue Swirl · 15 years ago
  81. 3d09c49 pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g by Isaku Yamahata · 15 years ago
  82. b8ba417 pci: remove PCIBus::config_reg. by Isaku Yamahata · 15 years ago
  83. a7b15a5 Revert "Revert "pci: interrupt disable bit support"" by Michael S. Tsirkin · 15 years ago
  84. 8c52c8f pci romfiles: add property, add default to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  85. c2039bd Support PCI based option rom loading by Anthony Liguori · 15 years ago
  86. d587e07 Revert "pci: interrupt disable bit support" by Anthony Liguori · 15 years ago
  87. 09e3acc pci: don't hw_error() when no slot is available. by Gerd Hoffmann · 15 years ago
  88. b6981cb pci: interrupt disable bit support by Michael S. Tsirkin · 15 years ago
  89. f9bf77d pci: interrupt status bit implementation by Michael S. Tsirkin · 15 years ago
  90. d036bb2 pci: prepare irq code for interrupt state by Michael S. Tsirkin · 15 years ago
  91. 5084bca pci: vmstate_register() already assign consecutive numbers starting at 0 by Juan Quintela · 15 years ago
  92. d631873 pci: move apb specific stuff to apb_pci.c by Michael S. Tsirkin · 15 years ago
  93. 88a9556 pci: convert goto into scope in bridge_filter by Michael S. Tsirkin · 15 years ago
  94. d46636b pci: pci bridge related clean up. by Isaku Yamahata · 15 years ago
  95. 10c9c32 pci: fix pci_config_get_io_base(). by Isaku Yamahata · 15 years ago
  96. b47b070 pci: remove magic number, 256 in pci.c by Isaku Yamahata · 15 years ago
  97. 876a350 pci: split up up pci_update mappings by Michael S. Tsirkin · 15 years ago
  98. ec50344 pci: clean up of pci_update_mappings() by Isaku Yamahata · 15 years ago
  99. 3e21ffc pci: clean up of pci_init_wmask(). by Isaku Yamahata · 15 years ago
  100. c34369d pci: kill unnecessary included in pci.c by Isaku Yamahata · 15 years ago