summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann2011-01-101-0/+10
* pci: fix migration path for devices behind bridgesMichael S. Tsirkin2010-12-271-11/+37
* pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata2010-12-241-0/+35
* pcie: add flr supportIsaku Yamahata2010-12-221-1/+5
* pci: don't use bus number in migration, stub outMichael S. Tsirkin2010-12-191-1/+4
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-12-171-19/+5
|\
| * pci: untangle pci/msi dependencyMichael S. Tsirkin2010-12-091-19/+0
| * pci: make command SERR bit writableIsaku Yamahata2010-12-091-0/+5
* | Add bootindex for option roms.Gleb Natapov2010-12-111-1/+1
* | Add get_fw_dev_path callback for pci bus.Gleb Natapov2010-12-111-23/+85
|/
* pci: fix bus walk under secondary bus resetMichael S. Tsirkin2010-11-241-13/+24
* pci: use qdev reset framework for pci bus resetIsaku Yamahata2010-11-221-3/+21
* pci: Automatically patch PCI vendor id and device id in PCI ROMStefan Weil2010-11-221-4/+69
* pci: fix bridge control bit wmaskMichael S. Tsirkin2010-11-221-2/+24
* pci: add W1C bits to pci status registerIsaku Yamahata2010-11-221-0/+16
* pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin2010-11-161-3/+7
* PCI: Bus number from the bridge, not the deviceAlex Williamson2010-11-161-2/+1
* Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-238/+84
|\
| * pci: improve w1c mask handlingMichael S. Tsirkin2010-10-271-2/+4
| * pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata2010-10-191-3/+2
| * pci: introduce helper function to handle msi-x and msi.Isaku Yamahata2010-10-191-0/+19
| * pci: make pci_del_capability() update for w1cmaskIsaku Yamahata2010-10-181-0/+1
| * pci: implement RW1C register framework.Isaku Yamahata2010-09-201-0/+5
| * pci: improve signature of pci_register_bar().Isaku Yamahata2010-09-131-1/+1
| * pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata2010-09-131-3/+2
| * pci: sorting out type confusion in pci_register_bar().Isaku Yamahata2010-09-131-1/+1
| * pci: make pci_parse_devfn() aware of func.Isaku Yamahata2010-09-071-8/+26
| * pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata2010-09-071-1/+2
| * pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata2010-09-071-15/+18
| * pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata2010-07-221-175/+2
| * pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata2010-07-191-30/+2
* | Fix spelling in commentsStefan Weil2010-10-051-1/+1
* | Introduce range.hBlue Swirl2010-09-181-0/+1
|/
* pci: fix bridge updateMichael S. Tsirkin2010-07-111-1/+3
* pci hotplug: make pci hotplug return value to callerIsaku Yamahata2010-07-111-4/+9
* pci: fix pci_device_resetIsaku Yamahata2010-07-111-4/+13
* pci: set PCI multi-function bit appropriately.Isaku Yamahata2010-07-111-0/+52
* pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata2010-07-111-2/+3
* pci: introduce multifunction property.Isaku Yamahata2010-07-111-3/+19
* pci: remove PCIDeviceInfo::header_typeIsaku Yamahata2010-07-111-7/+8
* pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata2010-07-111-1/+2
* pci: Free the space allocated for the option rom on removalAlex Williamson2010-07-061-0/+11
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+6
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* pci: Implement BusInfo.get_dev_path()Alex Williamson2010-07-061-0/+14
* qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster2010-06-141-2/+0
* Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange2010-06-141-3/+3
* Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-61/+0
* pci-hotplug: make them aware of pci domain.Isaku Yamahata2010-05-311-1/+21
* pci: clean up of pci_set_default_subsystem_id().Isaku Yamahata2010-05-311-7/+5
OpenPOWER on IntegriCloud