aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-22virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi1-0/+3
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini1-0/+1
2011-09-17trace: add virtio_set_status() trace eventStefan Hajnoczi1-8/+1
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster1-1/+1
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah1-0/+1
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster1-1/+2
2011-06-12virtio: event index supportMichael S. Tsirkin1-1/+8
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin1-0/+1
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah1-1/+2
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-0/+1
2011-01-10virtio-pci: Use ioeventfd for virtqueue notifyStefan Hajnoczi1-0/+1
2011-01-10virtio: move vmstate change tracking to coreMichael S. Tsirkin1-0/+3
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin1-1/+1
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+3
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson1-1/+3
2010-08-30virtio: Factor virtqueue_map_sg outKevin Wolf1-0/+3
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah1-0/+1
2010-07-26virtio-blk: Create exit function to unregister savevmAlex Williamson1-0/+1
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori1-0/+7
2010-04-01virtio: move typedef to qemu-commonMichael S. Tsirkin1-1/+0
2010-04-01virtio: add set_status callbackMichael S. Tsirkin1-0/+9
2010-04-01virtio: notifier support + APIs for queue fieldsMichael S. Tsirkin1-1/+17
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-1/+2
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-1/+1
2010-01-20virtio: Remove duplicate macro definition for max. virtqueues, bump up the maxAmit Shah1-1/+1
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin1-1/+6
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin1-1/+1
2009-12-12virtio: verify features on loadMichael S. Tsirkin1-0/+6
2009-10-27virtio: use qdev properties for configuration.Gerd Hoffmann1-1/+4
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-25Suppress some variants of English in commentsStefan Weil1-1/+1
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann1-1/+2
2009-06-24qemu/virtio: virtio save/load bindingsMichael S. Tsirkin1-0/+4
2009-06-24qemu/virtio: virtio support for many interrupt vectorsMichael S. Tsirkin1-2/+8
2009-06-22virtio: add support for indirect ring entriesMark McLoughlin1-0/+4
2009-05-18Separate virtio PCI codePaul Brook1-9/+34
2009-05-14Virtio-net qdev conversionPaul Brook1-2/+2
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-0/+2
2009-04-05Fix oops on 2.6.25 guest (Rusty Russell)aliguori1-0/+3
2009-02-01Add and use #defines for PCI device classesblueswir11-3/+2
2008-12-05Make struct iovec universally availablealiguori1-9/+0
2008-12-04Fix windows build after virtio changesaliguori1-1/+9
2008-12-04Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori1-0/+6
2008-12-04Virtio core supportaliguori1-0/+121