summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bonzini/virtio-scsi' into stagingAnthony Liguori2012-02-241-0/+1
|\
| * virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi2012-02-221-0/+1
* | pci: add accessors to get/set registers by maskMichael S. Tsirkin2012-02-221-0/+61
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-2/+0
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-39/+41
* vga: improve VGA logicBlue Swirl2012-01-221-4/+0
* vmstate: extract declarations out of hw/hw.hPaolo Bonzini2012-01-131-0/+18
* msix: track function masked in pci device stateMichael S. Tsirkin2011-11-211-0/+2
* Add stub functions for PCI device models to do PCI DMADavid Gibson2011-11-011-0/+67
* qapi: Convert query-pciLuiz Capitulino2011-10-271-4/+0
* pci: add pci_address_space_io()Richard Henderson2011-09-251-0/+1
* pci: implement bridge filteringMichael S. Tsirkin2011-09-191-2/+0
* pci: Remove unused pci_reserve_capabilityJan Kiszka2011-09-191-2/+0
* PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl2011-09-101-2/+0
* pci: add pci_address_space()Avi Kivity2011-08-221-0/+1
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-2/+2
* pci: fold BAR mapping function into its callerAvi Kivity2011-08-081-1/+0
* pci: remove pci_register_bar()Avi Kivity2011-08-081-3/+0
* pci: convert pci rom to memory APIAvi Kivity2011-08-081-1/+2
* pci: remove pci_register_bar_simple()Avi Kivity2011-08-081-3/+0
* msix: convert to memory APIAvi Kivity2011-08-081-1/+1
* pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity2011-08-081-0/+1
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-3/+7
* pci: add API to get a BAR's mapped addressAvi Kivity2011-08-081-0/+1
* pci: add MemoryRegion based BAR management APIAvi Kivity2011-07-291-0/+3
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-3/+9
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-1/+1
|\
| * Fix typo in code and commentsStefan Weil2011-05-061-1/+1
* | pci: move ids of config space into PCIDeviceInfoIsaku Yamahata2011-06-121-0/+7
|/
* pci: add pci_register_bar_simple() APIAvi Kivity2011-04-071-0/+3
* pci: add accessor function to get irq levelsIsaku Yamahata2011-04-011-0/+1
* pci: use uint8_t for devfn_minIsaku Yamahata2011-03-281-3/+3
* pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata2011-03-281-1/+1
* pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata2011-03-281-0/+1
* pci: add creation functions that may failBlue Swirl2011-02-121-0/+4
* pci: deassert intx on reset.Isaku Yamahata2011-01-201-0/+2
* pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann2011-01-101-0/+3
* pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata2010-12-241-0/+1
* pcie: add flr supportIsaku Yamahata2010-12-221-0/+1
* pci: add ich9 pci idAlexander Graf2010-12-171-0/+1
* pci: untangle pci/msi dependencyMichael S. Tsirkin2010-12-091-3/+0
* pci: make command SERR bit writableIsaku Yamahata2010-12-091-0/+4
* pci: use qdev reset framework for pci bus resetIsaku Yamahata2010-11-221-0/+1
* pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin2010-11-161-1/+9
* Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-11/+94
|\
| * pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata2010-10-191-0/+5
| * msi: implements msiIsaku Yamahata2010-10-191-3/+7
| * pci: introduce helper function to handle msi-x and msi.Isaku Yamahata2010-10-191-0/+3
| * pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata2010-10-191-0/+70
| * pci: implement RW1C register framework.Isaku Yamahata2010-09-201-0/+3
OpenPOWER on IntegriCloud