summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2018-03-20vhost: Huge page align and mergeDr. David Alan Gilbert
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert
2018-03-20vhost+postcopy: Add vhost wakerDr. David Alan Gilbert
2018-03-20vhost+postcopy: Resolve client addressDr. David Alan Gilbert
2018-03-20vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert
2018-03-20postcopy+vhost-user: Split set_mem_table for postcopyDr. David Alan Gilbert
2018-03-20vhost+postcopy: Transmit 'listen' to slaveDr. David Alan Gilbert
2018-03-20vhost+postcopy: Register shared ufd with postcopyDr. David Alan Gilbert
2018-03-20vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' messageDr. David Alan Gilbert
2018-03-20postcopy: Add vhost-user flag for postcopy and check itDr. David Alan Gilbert
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei
2018-03-01cryptodev: add vhost supportGonglei
2018-03-01vhost: fix incorrect check in vhost_verify_ring_mappingsJia He
2018-03-01vhost: avoid to start/stop virtqueue which is not readyJia He
2018-03-01vhost: fix memslot limit checkJay Zhou
2018-03-01virtio-pci: trivial fixes in error messageGreg Kurz
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu
2018-02-08vhost: Move log_dirty checkDr. David Alan Gilbert
2018-02-08vhost: Merge and delete unused callbacksDr. David Alan Gilbert
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert
2018-02-08vhost: Regenerate region list from changed sections listDr. David Alan Gilbert
2018-02-08vhost: Merge sections added to temporary listDr. David Alan Gilbert
2018-02-08vhost: Simplify ring verification checksDr. David Alan Gilbert
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert
2018-02-08virtio: improve virtio devices initialization timeGal Hammer
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2018-02-08Revert "vhost: add traces for memory listeners"Michael S. Tsirkin
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau
2018-02-07memory: do explicit cleanup when remove listenersPeter Xu
2018-02-07vhost: add traces for memory listenersPeter Xu
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin
2018-01-24Revert "virtio: improve virtio devices initialization time"Michael S. Tsirkin
2018-01-18vhost: remove assertion to prevent crashJay Zhou
2018-01-18vhost-user: fix misaligned access to payloadMichael S. Tsirkin
2018-01-18vhost-user: factor out msg head and payloadMichael S. Tsirkin
2018-01-18virtio: improve virtio devices initialization timeGal Hammer
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-22virtio-pci: Don't force Subsystem Vendor ID = Vendor IDLadi Prosek
2017-12-19virtio_error: don't invoke status callbacksMichael S. Tsirkin