summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-14/+55
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel1-14/+55
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster2-8/+16
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson1-6/+11
2015-10-01virtio: introduce virtqueue_discard()Jason Wang1-0/+7
2015-10-01virtio: introduce virtqueue_unmap_sg()Jason Wang1-4/+10
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+19
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang2-2/+25
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu3-12/+25
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-1/+14
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-3/+3
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+31
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu1-16/+22
2015-09-24virtio: ring sizes vs. resetCornelia Huck1-0/+64
2015-09-24virtio: right size for virtio_queue_get_avail_sizePierre Morel1-1/+1
2015-09-11hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck4-15/+15
2015-09-07hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell1-3/+1
2015-08-05virtio: fix 1.0 virtqueue migrationJason Wang1-0/+56
2015-07-27virtio: get_features() can failJason Wang3-3/+5
2015-07-27virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin1-0/+15
2015-07-27virtio: hide legacy features from modern guestsMichael S. Tsirkin1-1/+2
2015-07-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-10/+1
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin1-10/+1
2015-07-17virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta1-7/+8
2015-07-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+4
2015-07-13virtio-pci: don't crash on illegal lengthMichael S. Tsirkin1-2/+4
2015-07-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-29/+178
2015-07-08virtio fix cfg endian-ness for BE targetsMichael S. Tsirkin1-8/+83
2015-07-08virtio-pci: implement cfg capabilityMichael S. Tsirkin2-1/+78
2015-07-07Revert "dataplane: allow virtio-1 devices"Cornelia Huck1-26/+21
2015-07-07dataplane: fix cross-endian issuesGreg Kurz1-2/+4
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger1-2/+2
2015-06-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-6/+10
2015-06-23vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang1-4/+4
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev1-0/+4
2015-06-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150623-1' into...Peter Maydell2-16/+37
2015-06-23virtio-input: evdev passthroughGerd Hoffmann2-0/+26
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann1-16/+11
2015-06-23virito-pci: fix OVERRUN problemGonglei1-2/+2
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+50
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-13/+1
2015-06-17vhost: set vring endianness for legacy virtioGreg Kurz1-1/+49
2015-06-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell1-0/+14
2015-06-12virtio-gpu-pci: add virtio pci supportGerd Hoffmann1-0/+14
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-10/+6
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-77/+870
2015-06-10virtio-rng: move qdev properties into virtio-rng.cShannon Zhao1-1/+7
2015-06-10virtio-input: emulated devices [pci]Gerd Hoffmann2-0/+97