summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: add MemoryRegion based BAR management APIAvi Kivity2011-07-291-8/+39
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-5/+11
* pci: don't call qdev pci init methodIsaku Yamahata2011-06-151-4/+6
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-3/+5
|\
| * Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-3/+3
| |\
| | * Fix typo in code and commentsStefan Weil2011-05-061-3/+3
| * | pci: Use of qemu_put_ram_ptr in pci_add_option_rom.John Baboval2011-05-081-0/+2
| |/
* | pci: move ids of config space into PCIDeviceInfoIsaku Yamahata2011-06-121-14/+32
|/
* pci: Add class 0x403 as 'audio controller'Jan Kiszka2011-05-051-0/+1
* pci: add pci_register_bar_simple() APIAvi Kivity2011-04-071-0/+17
* pci: add accessor function to get irq levelsIsaku Yamahata2011-04-011-0/+7
* pci: use uint8_t for devfn_minIsaku Yamahata2011-03-281-3/+3
* pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata2011-03-281-1/+1
* pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata2011-03-281-2/+2
* pci: Fix memory leakStefan Weil2011-02-201-0/+1
* pci: add creation functions that may failBlue Swirl2011-02-121-0/+20
* pci: typo in pcibus_get_dev_path()Isaku Yamahata2011-01-271-1/+1
* pci: bridge control fixupMichael S. Tsirkin2011-01-271-1/+0
* pci: memory leak of PCIDevice::rom_fileIsaku Yamahata2011-01-241-0/+1
* pci: use qemu_malloc() in pcibus_get_dev_path()Isaku Yamahata2011-01-201-1/+1
* pci: deassert intx on reset.Isaku Yamahata2011-01-201-0/+9
* pci: fix device pathsMichael S. Tsirkin2011-01-191-4/+12
* 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
OpenPOWER on IntegriCloud