summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-0/+1
* pci: use qdev for device destruction.Gerd Hoffmann2009-10-051-2/+0
* support inplace allocation for pci bus, split irq init.Gerd Hoffmann2009-10-051-0/+5
* Fix exit on 'pci_add' Monitor commandLuiz Capitulino2009-10-051-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* Compile msix only onceBlue Swirl2009-09-201-0/+6
* qdev/pci: add pci_create_noinit()Gerd Hoffmann2009-09-151-0/+1
* eepro100: Clean code which sets the PCI device idStefan Weil2009-09-091-0/+1
* qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-1/+0
* qdev/usb: convert ohci.Gerd Hoffmann2009-09-091-1/+1
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-3/+3
OpenPOWER on IntegriCloud