summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-78/+18
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-1/+3
* kvm/powerpc: Add freescale pci controller's supportaurel322009-03-021-0/+4
* qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+3
* Parse full PCI device addresses (Markus Armbruster)aliguori2009-02-111-0/+3
* qemu: add pci_unregister_device (Marcelo Tosatti)aliguori2009-02-111-0/+3
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-8/+8
OpenPOWER on IntegriCloud