summary refs log tree commit diff stats
path: root/hw/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
| |/
* / Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
|/
* hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson2018-05-231-1/+1
* vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert2018-05-231-1/+1
* virtio: support setting memory region based host notifierTiwei Bie2018-05-232-0/+35
* vhost-user: support receiving file descriptors in slave_readTiwei Bie2018-05-231-1/+40
* vhost: add trace for IOTLB missPeter Xu2018-05-232-0/+8
* virtio-balloon: add hugetlb page allocation countsJonathan Helman2018-05-231-0/+2
* vhost: do not verify ring mappings when IOMMU is enabledJason Wang2018-04-161-0/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-04-091-1/+1
|\
| * memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau2018-04-091-1/+1
* | vhost: Allow adjoining regionsDr. David Alan Gilbert2018-04-091-4/+9
* | vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin2018-04-091-0/+22
* | vhost-user-blk: set config ops before vhost-user initMaxime Coquelin2018-04-091-1/+0
|/
* vhost: Huge page align and mergeDr. David Alan Gilbert2018-03-202-11/+58
* vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2018-03-202-0/+36
* vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert2018-03-201-0/+1
* vhost+postcopy: Add vhost wakerDr. David Alan Gilbert2018-03-202-0/+33
* vhost+postcopy: Resolve client addressDr. David Alan Gilbert2018-03-202-1/+33
* vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert2018-03-202-0/+35
* vhost+postcopy: Send address back to qemuDr. David Alan Gilbert2018-03-202-2/+66
* postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert2018-03-201-2/+75
* vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert2018-03-202-0/+37
* vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert2018-03-201-1/+19
* vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert2018-03-201-0/+48
* postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert2018-03-201-1/+40
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* cryptodev-vhost-user: add crypto session handlerGonglei2018-03-011-0/+104
* cryptodev: add vhost supportGonglei2018-03-011-0/+70
* vhost: fix incorrect check in vhost_verify_ring_mappingsJia He2018-03-011-2/+2
* vhost: avoid to start/stop virtqueue which is not readyJia He2018-03-011-1/+17
* vhost: fix memslot limit checkJay Zhou2018-03-011-7/+12
* virtio-pci: trivial fixes in error messageGreg Kurz2018-03-011-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-136-344/+224
|\
| * virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský2018-02-131-0/+1
| * virtio-balloon: unref the memory region before continuingTiwei Bie2018-02-131-0/+1
| * virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu2018-02-081-2/+12
| * vhost: Move log_dirty checkDr. David Alan Gilbert2018-02-082-7/+14
| * vhost: Merge and delete unused callbacksDr. David Alan Gilbert2018-02-081-28/+5
| * vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert2018-02-081-251/+0
| * vhost: Regenerate region list from changed sections listDr. David Alan Gilbert2018-02-082-4/+36
| * vhost: Merge sections added to temporary listDr. David Alan Gilbert2018-02-082-9/+71
| * vhost: Simplify ring verification checksDr. David Alan Gilbert2018-02-081-37/+42
| * vhost: Build temporary section list and deref after commitDr. David Alan Gilbert2018-02-081-26/+47
| * virtio: improve virtio devices initialization timeGal Hammer2018-02-081-2/+20
| * virtio: remove event notifier cleanup call on de-assignGal Hammer2018-02-083-4/+14
| * Revert "vhost: add traces for memory listeners"Michael S. Tsirkin2018-02-082-13/+0
* | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
|/
* memfd: add error argument, instead of perror()Marc-André Lureau2018-02-071-1/+7
* memory: do explicit cleanup when remove listenersPeter Xu2018-02-071-4/+0