summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini2017-02-171-36/+96
* virtio: check for vring setup in virtio_queue_update_used_idxPaolo Bonzini2017-02-171-1/+3
* virtio: use VRingMemoryRegionCaches for descriptor ringPaolo Bonzini2017-02-171-14/+12Star
* virtio: add MemoryListener to cache ring translationsPaolo Bonzini2017-02-171-3/+102
* virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini2017-02-171-41/+39Star
* virtio: use address_space_map/unmap to access descriptorsPaolo Bonzini2017-02-171-28/+75
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-171-6/+9
* vhost: skip ROM sectionsMichael S. Tsirkin2017-02-011-1/+2
* virtio: make virtio_should_notify staticPaolo Bonzini2017-02-011-1/+1
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-2/+2
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-01-251-1/+1
|\
| * hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* | migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-1/+7
* | migration: extend VMStateInfoJianjun Duan2017-01-242-6/+17
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-203-6/+17
|\
| * event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-161-5/+5
| * stubs: move vhost stubs to stubs/vhost.oPaolo Bonzini2017-01-162-1/+12
* | 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/+13Star
* | virtio-mmio: switch to linux headersMichael S. Tsirkin2017-01-181-58/+37Star
* | virtio: drop an obsolete commentMichael S. Tsirkin2017-01-181-1/+0Star
* | 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/+6Star
* | 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/+0Star
* 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