aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-06-28virtio-rng: process pending requests on DRIVER_OKPankaj Gupta1-0/+14
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+6
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-21/+180
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-23/+27
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-7/+9
2018-06-01virtio: free MemoryRegionCache when initialization failsPaolo Bonzini1-15/+18
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-24vhost-user: support registering external host notifiersTiwei Bie1-0/+113
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie3-10/+33
2018-05-24vhost-user: allow slave to send fds via slave channelTiwei Bie1-10/+17
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie2-2/+18
2018-05-23hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson1-1/+1
2018-05-23vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert1-1/+1
2018-05-23virtio: support setting memory region based host notifierTiwei Bie2-0/+35
2018-05-23vhost-user: support receiving file descriptors in slave_readTiwei Bie1-1/+40
2018-05-23vhost: add trace for IOTLB missPeter Xu2-0/+8
2018-05-23virtio-balloon: add hugetlb page allocation countsJonathan Helman1-0/+2
2018-04-16vhost: do not verify ring mappings when IOMMU is enabledJason Wang1-0/+4
2018-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-04-09vhost: Allow adjoining regionsDr. David Alan Gilbert1-4/+9
2018-04-09vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin1-0/+22
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin1-1/+0
2018-04-09memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau1-1/+1
2018-03-20vhost: Huge page align and mergeDr. David Alan Gilbert2-11/+58
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2-0/+36
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert1-0/+1
2018-03-20vhost+postcopy: Add vhost wakerDr. David Alan Gilbert2-0/+33
2018-03-20vhost+postcopy: Resolve client addressDr. David Alan Gilbert2-1/+33
2018-03-20vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert2-0/+35
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert2-2/+66
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert1-2/+75
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2-0/+37
2018-03-20vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert1-1/+19
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert1-0/+48
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert1-1/+40
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei1-0/+104
2018-03-01cryptodev: add vhost supportGonglei1-0/+70
2018-03-01vhost: fix incorrect check in vhost_verify_ring_mappingsJia He1-2/+2
2018-03-01vhost: avoid to start/stop virtqueue which is not readyJia He1-1/+17
2018-03-01vhost: fix memslot limit checkJay Zhou1-7/+12
2018-03-01virtio-pci: trivial fixes in error messageGreg Kurz1-1/+1
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-344/+224
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský1-0/+1
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-08virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu1-2/+12
2018-02-08vhost: Move log_dirty checkDr. David Alan Gilbert2-7/+14
2018-02-08vhost: Merge and delete unused callbacksDr. David Alan Gilbert1-28/+5