aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2017-02-17virtio: Fix no interrupt when not creating msi controllerMichael S. Tsirkin
2017-02-17virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini
2017-02-17virtio: check for vring setup in virtio_queue_update_used_idxPaolo Bonzini
2017-02-17virtio: use VRingMemoryRegionCaches for descriptor ringPaolo Bonzini
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini
2017-02-17virtio: use address_space_map/unmap to access descriptorsPaolo Bonzini
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2017-02-01vhost: skip ROM sectionsMichael S. Tsirkin
2017-02-01virtio: make virtio_should_notify staticPaolo Bonzini
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-01-24hw: Fix typos found by codespellStefan Weil
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2017-01-24migration: extend VMStateInfoJianjun Duan
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin
2017-01-19virtio: force VIRTIO_F_IOMMU_PLATFORMJason Wang
2017-01-19virtio: fix up max size checksMichael S. Tsirkin
2017-01-18virtio-mmio: switch to linux headersMichael S. Tsirkin
2017-01-18virtio: drop an obsolete commentMichael S. Tsirkin
2017-01-18vhost_net: device IOTLB supportJason Wang
2017-01-18virtio: disable notifications again after poll succeededStefan Hajnoczi
2017-01-18Revert "virtio: turn vq->notification into a nested counter"Stefan Hajnoczi
2017-01-18virtio-net: enable ioeventfd even if vhost=offPaolo Bonzini
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini
2017-01-16stubs: move vhost stubs to stubs/vhost.oPaolo Bonzini
2017-01-10vhost-user: Add MTU protocol feature and opMaxime Coquelin
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich
2017-01-10net: vhost stop updates virtio queue stateYuri Benditovich
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert
2017-01-10virtio: fix vq->inuse recalc after migrHalil Pasic
2017-01-10virtio-crypto: zeroize the key material before freeGonglei
2017-01-10virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei
2017-01-10virtio-crypto-pci: add check for cryptodev objectGonglei
2017-01-10cryptodev: wrap the ready flagGonglei
2017-01-10cryptodev: introduce a new is_used propertyGonglei
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2017-01-10virtio: convert to use DMA apiJason Wang
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei
2017-01-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-03virtio: disable virtqueue notifications during pollingStefan Hajnoczi
2017-01-03virtio: turn vq->notification into a nested counterStefan Hajnoczi
2017-01-03virtio: poll virtqueues for new buffersStefan Hajnoczi
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi
2016-12-16virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang