summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: drop virtqueue_map_sgMichael S. Tsirkin2015-10-291-7/+0
* virtio: switch to virtio_mapMichael S. Tsirkin2015-10-291-2/+1
* virtio: introduce virtio_mapMichael S. Tsirkin2015-10-291-9/+47
* vhost-user: cleanup msg size mathMichael S. Tsirkin2015-10-291-3/+3
* vhost-user: cleanup struct size mathMichael S. Tsirkin2015-10-291-8/+8
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-231-24/+24
|\
| * vhost-user: fix up rhel6 buildMichael S. Tsirkin2015-10-221-24/+24
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-223-243/+632
|\ \ | |/
| * vhost: set the correct queue index in case of migration with multiqueueThibaut Collet2015-10-221-3/+5
| * vhost: add migration block if memfd failedMarc-André Lureau2015-10-221-0/+3
| * vhost-user: use an enum helper for features maskThibaut Collet2015-10-221-4/+9
| * vhost user: add rarp sending after live migration for legacy guestThibaut Collet2015-10-221-1/+31
| * vhost: use a function for each callMarc-André Lureau2015-10-223-252/+438
| * vhost-user: add a migration blockerMarc-André Lureau2015-10-222-4/+21
| * vhost-user: send log shm fd along with log_baseMarc-André Lureau2015-10-223-5/+30
| * vhost: alloc shareable logMarc-André Lureau2015-10-221-10/+47
| * vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau2015-10-221-2/+12
| * vhost: add vhost_set_log_base opMarc-André Lureau2015-10-223-4/+24
| * vhost: document log resizingMarc-André Lureau2015-10-221-0/+2
| * vhost: fail backend intialization earlyIgor Mammedov2015-10-221-0/+6
| * vhost: add vhost_has_free_slot() interfaceIgor Mammedov2015-10-223-0/+46
* | kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-2/+3
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-10-121-14/+55
|\
| * virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel2015-10-121-14/+55
* | virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster2015-10-092-8/+16
|/
* virtio: Notice when the system doesn't support MSIx at allRichard Henderson2015-10-011-6/+11
* virtio: introduce virtqueue_discard()Jason Wang2015-10-011-0/+7
* virtio: introduce virtqueue_unmap_sg()Jason Wang2015-10-011-4/+10
* vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang2015-09-241-0/+19
* vhost-user: add multiple queue supportChangchun Ouyang2015-09-242-2/+25
* vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu2015-09-243-12/+25
* vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu2015-09-241-1/+14
* vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2015-09-241-3/+3
* vhost-user: add protocol feature negotiationMichael S. Tsirkin2015-09-241-0/+31
* vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu2015-09-241-16/+22
* virtio: ring sizes vs. resetCornelia Huck2015-09-241-0/+64
* virtio: right size for virtio_queue_get_avail_sizePierre Morel2015-09-241-1/+1
* hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao2015-09-111-5/+0
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-104-15/+15
* hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* virtio: fix 1.0 virtqueue migrationJason Wang2015-08-051-0/+56
* virtio: get_features() can failJason Wang2015-07-273-3/+5
* virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin2015-07-271-0/+15
* virtio: hide legacy features from modern guestsMichael S. Tsirkin2015-07-271-1/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-201-10/+1
|\
| * Revert "vhost-user: add multi queue support"Michael S. Tsirkin2015-07-201-10/+1
* | virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta2015-07-171-7/+8
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-131-2/+4
|\
| * virtio-pci: don't crash on illegal lengthMichael S. Tsirkin2015-07-131-2/+4
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-083-29/+178
|\ \ | |/
OpenPOWER on IntegriCloud