summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu/pci: make default_write_config use mask tableMichael S. Tsirkin2009-06-241-1/+17
* Make first argument of monitor command pci_add workMarkus Armbruster2009-06-221-1/+1
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-2/+2
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* Remove unused and misnamed field and variableBlue Swirl2009-06-091-4/+0
* Add common BusStatePaul Brook2009-05-231-1/+2
* PCI network qdev conversionPaul Brook2009-05-141-20/+0
* LSI SCSI qdev conversionPaul Brook2009-05-141-2/+1
* PCI qdev supportPaul Brook2009-05-141-0/+8
* Remove vga_ram_sizePaul Brook2009-05-131-1/+1
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-0/+4
* Clean up VGA ram allocation.pbrook2009-04-101-2/+1
* Clean some PCI defines (Stefan Weil)aliguori2009-03-281-4/+11
OpenPOWER on IntegriCloud