summary refs log tree commit diff stats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell2017-01-201-0/+5
|\ \
| * | virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-201-0/+5
| |/
* | virtio: force VIRTIO_F_IOMMU_PLATFORMJason Wang2017-01-191-2/+3
* | virtio: fix up max size checksMichael S. Tsirkin2017-01-191-20/+13
* | virtio-mmio: switch to linux headersMichael S. Tsirkin2017-01-181-58/+37
* | virtio: drop an obsolete commentMichael S. Tsirkin2017-01-181-1/+0
* | vhost_net: device IOTLB supportJason Wang2017-01-182-22/+243
* | virtio: disable notifications again after poll succeededStefan Hajnoczi2017-01-181-0/+3
* | Revert "virtio: turn vq->notification into a nested counter"Stefan Hajnoczi2017-01-181-12/+6
* | virtio-net: enable ioeventfd even if vhost=offPaolo Bonzini2017-01-181-1/+1
|/
* vhost-user: Add MTU protocol feature and opMaxime Coquelin2017-01-101-0/+34
* virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-101-0/+38
* net: vhost stop updates virtio queue stateYuri Benditovich2017-01-101-0/+1
* net: Add virtio queue interface to update used index from vring stateYuri Benditovich2017-01-101-0/+5
* balloon: Don't balloon romsDr. David Alan Gilbert2017-01-102-1/+8
* virtio: fix vq->inuse recalc after migrHalil Pasic2017-01-101-3/+5
* virtio-crypto: zeroize the key material before freeGonglei2017-01-101-1/+12
* virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei2017-01-101-1/+0
* virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei2017-01-101-1/+15
* virtio-crypto-pci: add check for cryptodev objectGonglei2017-01-101-0/+5
* cryptodev: wrap the ready flagGonglei2017-01-101-2/+2
* cryptodev: introduce a new is_used propertyGonglei2017-01-101-0/+2
* virtio-crypto: use the correct length for cipher operationGonglei2017-01-101-1/+1
* virtio-pci: address space translation service (ATS) supportJason Wang2017-01-102-0/+11
* virtio: convert to use DMA apiJason Wang2017-01-103-20/+59
* virtio-crypto: fix possible integer and heap overflowGonglei2017-01-101-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-091-1/+1
|\
| * virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang2016-12-161-1/+1
* | virtio: disable virtqueue notifications during pollingStefan Hajnoczi2017-01-031-0/+18
* | virtio: turn vq->notification into a nested counterStefan Hajnoczi2017-01-031-6/+12
* | virtio: poll virtqueues for new buffersStefan Hajnoczi2017-01-031-1/+15
* | aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi2017-01-031-2/+2
|/
* virtio-pci: Fix cross-version migration with older machinesMaxime Coquelin2016-12-152-1/+5
* virtio-crypto: fix uninitialized variablesGonglei2016-11-301-1/+1
* virtio: set ISR on dataplane notificationsPaolo Bonzini2016-11-182-9/+29
* virtio: access ISR atomicallyPaolo Bonzini2016-11-183-14/+23
* virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini2016-11-183-18/+70
* virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi2016-11-181-2/+11
* virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz2016-11-151-11/+0
* vhost: drop legacy vring layout bitsGreg Kurz2016-11-151-13/+0
* vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz2016-11-151-19/+60
* vhost: migration blocker only if shared log is usedRafael David Tinoco2016-11-151-1/+1
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-152-1/+5
* virtio-crypto: tag as not hotpluggable and migrationGonglei2016-11-152-1/+2
* virtio: make virtqueue_alloc_element staticLadi Prosek2016-11-151-1/+1
* virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek2016-11-152-5/+5
* virtio-crypto: using bh to handle dataq's requestsGonglei2016-11-011-2/+53
* cryptodev: introduce an unified wrapper for crypto operationGonglei2016-11-011-5/+5
* virtio-crypto: add data queue processing handlerGonglei2016-11-011-1/+357
* virtio-crypto: add control queue handlerGonglei2016-11-011-1/+298