summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-15pci: don't call qdev pci init methodIsaku Yamahata1-4/+6
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-3/+5
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata1-14/+32
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+3
2011-05-08pci: Use of qemu_put_ram_ptr in pci_add_option_rom.John Baboval1-0/+2
2011-05-06Fix typo in code and commentsStefan Weil1-3/+3
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka1-0/+1
2011-04-07pci: add pci_register_bar_simple() APIAvi Kivity1-0/+17
2011-04-01pci: add accessor function to get irq levelsIsaku Yamahata1-0/+7
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