aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata1-3/+3
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata1-1/+1
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata1-2/+2
2011-02-20pci: Fix memory leakStefan Weil1-0/+1
2011-02-12pci: add creation functions that may failBlue Swirl1-0/+20
2011-01-27pci: typo in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-27pci: bridge control fixupMichael S. Tsirkin1-1/+0
2011-01-24pci: memory leak of PCIDevice::rom_fileIsaku Yamahata1-0/+1
2011-01-20pci: use qemu_malloc() in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-20pci: deassert intx on reset.Isaku Yamahata1-0/+9
2011-01-19pci: fix device pathsMichael S. Tsirkin1-4/+12
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann1-0/+10
2010-12-27pci: fix migration path for devices behind bridgesMichael S. Tsirkin1-11/+37
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata1-0/+35
2010-12-22pcie: add flr supportIsaku Yamahata1-1/+5
2010-12-19pci: don't use bus number in migration, stub outMichael S. Tsirkin1-1/+4
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-19/+5
2010-12-11Add bootindex for option roms.Gleb Natapov1-1/+1
2010-12-11Add get_fw_dev_path callback for pci bus.Gleb Natapov1-23/+85
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin1-19/+0
2010-12-09pci: make command SERR bit writableIsaku Yamahata1-0/+5
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin1-13/+24
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata1-3/+21
2010-11-22pci: Automatically patch PCI vendor id and device id in PCI ROMStefan Weil1-4/+69
2010-11-22pci: fix bridge control bit wmaskMichael S. Tsirkin1-2/+24
2010-11-22pci: add W1C bits to pci status registerIsaku Yamahata1-0/+16
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-3/+7
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-238/+84
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin1-2/+4
2010-10-19pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata1-3/+2
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata1-0/+19
2010-10-18pci: make pci_del_capability() update for w1cmaskIsaku Yamahata1-0/+1
2010-10-05Fix spelling in commentsStefan Weil1-1/+1
2010-09-20pci: implement RW1C register framework.Isaku Yamahata1-0/+5
2010-09-18Introduce range.hBlue Swirl1-0/+1
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata1-1/+1
2010-09-13pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata1-3/+2
2010-09-13pci: sorting out type confusion in pci_register_bar().Isaku Yamahata1-1/+1
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata1-8/+26
2010-09-07pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata1-1/+2
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata1-15/+18
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata1-175/+2
2010-07-19pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata1-30/+2
2010-07-11pci: fix bridge updateMichael S. Tsirkin1-1/+3
2010-07-11pci hotplug: make pci hotplug return value to callerIsaku Yamahata1-4/+9
2010-07-11pci: fix pci_device_resetIsaku Yamahata1-4/+13
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata1-0/+52
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata1-2/+3
2010-07-11pci: introduce multifunction property.Isaku Yamahata1-3/+19