summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* adding helper pci functionsIzik Eidus2010-03-081-0/+18
* pci: move pcibus_t to qemu-commonMichael S. Tsirkin2010-02-141-1/+0
* PCI: Convert pci_info() to QObjectLuiz Capitulino2010-01-261-1/+3
* pci: Add missing 'const' in argument to pci_get_xxxStefan Weil2010-01-131-7/+7
* pci: allow loading roms via fw_cfg.Gerd Hoffmann2010-01-111-0/+1
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-01-061-70/+3
|\
| * pci: use pci_regs.hIsaku Yamahata2009-12-231-74/+3
| * pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/gIsaku Yamahata2009-12-231-1/+1
| * pci: remove unused macroMichael S. Tsirkin2009-12-231-1/+0
| * pci: add another devsel macroMichael S. Tsirkin2009-12-231-0/+1
| * pci: add more status bitsMichael S. Tsirkin2009-12-231-0/+2
| * pcnet: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-0/+1
| * Revert "Revert "pci: interrupt disable bit support""Michael S. Tsirkin2009-12-231-0/+1
* | PCI: make pci_mem_base privateBlue Swirl2009-12-251-2/+2
|/
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-2/+4
* Support PCI based option rom loadingAnthony Liguori2009-12-181-0/+5
* Revert "pci: interrupt disable bit support"Anthony Liguori2009-12-181-1/+0
* pci: interrupt disable bit supportMichael S. Tsirkin2009-12-071-0/+1
* pci: interrupt status bit implementationMichael S. Tsirkin2009-12-071-0/+1
* pci: prepare irq code for interrupt stateMichael S. Tsirkin2009-12-071-1/+1
* pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin2009-12-021-0/+1
* pci: pci bridge related clean up.Isaku Yamahata2009-12-011-0/+1
* pci: remove unused constantsIsaku Yamahata2009-12-011-9/+0
* pci: remove some unnecessary comment in pci.hIsaku Yamahata2009-12-011-9/+2
* pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata2009-12-011-1/+1
* pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata2009-12-011-2/+0
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-25/+0
* pci: implement pci bridge filtering.Isaku Yamahata2009-11-091-0/+3
* pci: initialize pci config headers depending it pci header type.Isaku Yamahata2009-11-091-0/+29
* pci: add helper functions to check ranges overlap.Isaku Yamahata2009-11-091-0/+29
* pci: pcie host and mmcfg support.Isaku Yamahata2009-11-091-4/+23
* pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata2009-11-091-2/+2
* pci: make pci configuration transaction more accurate.Isaku Yamahata2009-11-091-3/+5
* pci: 64bit bar support.Isaku Yamahata2009-11-091-0/+1
* pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata2009-11-091-2/+2
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-0/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-5/+7
* pci: make pci_bar() aware of header type 1.Isaku Yamahata2009-11-091-0/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-4/+3
* pci: helper functions to access PCIDevice::configIsaku Yamahata2009-11-091-0/+12
* pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata2009-11-091-0/+1
* pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata2009-11-091-1/+3
* Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori2009-10-061-1/+0
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-1/+1
* pci_create() is now unused, remove itMarkus Armbruster2009-10-051-1/+0
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-0/+2
* Fix pci_add storage not to exit on bad first argumentMarkus Armbruster2009-10-051-0/+1
* qemu: clean up target page usage in msixMichael S. Tsirkin2009-10-051-6/+0
* qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin2009-10-051-0/+2
* pci: hotplug windupGerd Hoffmann2009-10-051-0/+2
OpenPOWER on IntegriCloud