summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+1
* Add version_id to PCIDevice.Juan Quintela2009-08-271-0/+2
* qdev/prop: convert pci.c to helper macros.Gerd Hoffmann2009-08-101-1/+1
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+9
* monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka2009-06-291-1/+2
* qemu/pci: add pci_get/set_byteMichael S. Tsirkin2009-06-241-0/+12
* qemu/pci: MSI-X support functionsMichael S. Tsirkin2009-06-241-0/+23
* qemu/pci: check constant registers on loadMichael S. Tsirkin2009-06-241-0/+5
* qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin2009-06-241-1/+17
* qemu/pci: helper routines for pci accessMichael S. Tsirkin2009-06-241-3/+27
OpenPOWER on IntegriCloud