summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Convert query-pciLuiz Capitulino2011-10-271-202/+120
* pci: simplify memory region registrationAvi Kivity2011-10-171-11/+2
* pci: add pci_address_space_io()Richard Henderson2011-09-251-0/+5
* pci: implement bridge filteringMichael S. Tsirkin2011-09-191-68/+2
* pci: Remove unused pci_reserve_capabilityJan Kiszka2011-09-191-6/+0
* PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl2011-09-101-13/+1
* pci: Error on PCI capability collisionsJan Kiszka2011-08-241-0/+38
* pci: add pci_address_space()Avi Kivity2011-08-221-0/+5
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-23/+23
* pci: remove support for pre memory API BARsAvi Kivity2011-08-081-31/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-3/+3
* pci: fold BAR mapping function into its callerAvi Kivity2011-08-081-16/+9
* pci: remove pci_register_bar()Avi Kivity2011-08-081-25/+17
* pci: convert pci rom to memory APIAvi Kivity2011-08-081-13/+7
* pci: remove pci_register_bar_simple()Avi Kivity2011-08-081-17/+0
* pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity2011-08-081-20/+23
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-6/+12
* pci: add API to get a BAR's mapped addressAvi Kivity2011-08-081-0/+5
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-4/+2
|\
| * pci: Common overflow preventionJan Kiszka2011-07-271-4/+2
* | 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
OpenPOWER on IntegriCloud