summaryrefslogtreecommitdiffstats
path: root/hw/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V2011-12-041-1/+1
* virtio: add and use virtio_set_featuresPaolo Bonzini2011-11-281-7/+2
* Revert "virtio: Add PCI memory BAR in addition to PIO BAR"Anthony Liguori2011-11-011-2/+0
* virtio: Add PCI memory BAR in addition to PIO BARDavid Gibson2011-11-011-0/+2
* hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V2011-10-121-5/+0
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-5/+4
* msix: convert to memory APIAvi Kivity2011-08-081-6/+10
* virtio-pci: convert to memory APIAvi Kivity2011-08-081-44/+26
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-9/+9
|\
| * virtio-pci: use generic logic for command accessMichael S. Tsirkin2011-07-271-9/+9
* | virtio-balloon: Add exit handler, fix memleaksAmit Shah2011-08-041-1/+10
* | virtio-balloon: Check if balloon registration failedAmit Shah2011-08-041-0/+3
|/
* virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster2011-07-051-1/+3
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-58/+2
|\
| * virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V2011-06-011-55/+2
* | virtio: guard against negative vq notifiesStefan Hajnoczi2011-06-121-1/+3
* | virtio-pci.c: convert to PCIDEviceInfo to initialize idsIsaku Yamahata2011-06-121-38/+31
|/
* PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* virtio: use generic name when possibleAlexander Graf2011-04-041-0/+3
* virtio-pci: fix bus master work around on loadMichael S. Tsirkin2011-03-281-7/+6
* virtio-serial: Enable ioeventfdAmit Shah2011-03-211-0/+3
* virtio-serial: Use a struct to pass config information from proxyAmit Shah2011-03-211-6/+6
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-0/+7
* ioeventfd: error handling cleanupMichael S. Tsirkin2011-01-111-11/+17
* virtio-pci: Use ioeventfd for virtqueue notifyStefan Hajnoczi2011-01-101-22/+172
* virtio-pci: Rename bugs field to flagsStefan Hajnoczi2011-01-101-8/+7
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+1
* virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi2010-11-211-2/+2
* virtfs: enable MSI-XGerd Hoffmann2010-11-211-1/+4
* virtio: change set guest notifier to per-deviceMichael S. Tsirkin2010-10-071-1/+28
* virtio-net: Introduce a new bottom half packet TXAlex Williamson2010-09-071-0/+1
* virtio-net: Limit number of packets sent per TX flushAlex Williamson2010-09-071-0/+2
* virtio-net: Make tx_timer timeout configurableAlex Williamson2010-09-071-1/+4
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* virtio-serial: Cleanup on device hot-unplugAmit Shah2010-08-221-1/+9
* virtio-blk: Create exit function to unregister savevmAlex Williamson2010-07-261-0/+1
* virtio-blk: Fix virtio-blk-s390 to require driveMarkus Armbruster2010-07-131-4/+0
* virtio-pci: Check for virtio_blk_init() failureMarkus Armbruster2010-07-131-0/+3
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-2/+2
* blockdev: Clean up automatic drive deletionMarkus Armbruster2010-07-021-1/+1
* virtio-pci: fix bus master bug setting on loadAlex Williamson2010-06-221-1/+1
* virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)2010-06-221-2/+2
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-1/+0
* virtio-9p: Add a virtio 9p device to qemuAnthony Liguori2010-05-031-0/+32
* virtio-pci: fill in notifier supportMichael S. Tsirkin2010-04-011-0/+63
* virtio: add set_status callbackMichael S. Tsirkin2010-04-011-2/+3
* Don't check for bus master for old guestsAlexander Graf2010-03-311-1/+24
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-1/+1
OpenPOWER on IntegriCloud