index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
Age
Commit message (
Expand
)
Author
2018-01-18
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
2017-12-01
vhost: fix error check in vhost_verify_ring_mappings()
Greg Kurz
2017-12-01
vhost: restore avail index from vring used index on disconnection
Maxime Coquelin
2017-10-15
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
2017-09-08
vhost: Release memory references on cleanup
Alex Williamson
2017-08-31
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
2017-06-02
vhost: rework IOTLB messaging
Maxime Coquelin
2017-06-02
vhost: propagate errors in vhost_device_iotlb_miss()
Maxime Coquelin
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
2017-04-20
memory: add section range info for IOMMU notifier
Peter Xu
2017-03-30
vhost: generalize iommu memory region
Jason Wang
2017-02-01
vhost: skip ROM sections
Michael S. Tsirkin
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-18
vhost_net: device IOTLB support
Jason Wang
2017-01-10
net: vhost stop updates virtio queue state
Yuri Benditovich
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-15
vhost: drop legacy vring layout bits
Greg Kurz
2016-11-15
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
2016-11-15
vhost: migration blocker only if shared log is used
Rafael David Tinoco
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-09-09
vhost: don't set vring call if no vector
Jason Wang
2016-07-29
vhost: do not update last avail idx on get_vring_base() failure
Marc-André Lureau
2016-07-29
vhost: add vhost_net_set_backend()
Marc-André Lureau
2016-07-29
vhost: add assert() to check runtime behaviour
Marc-André Lureau
2016-07-29
vhost: use error_report() instead of fprintf(stderr,...)
Marc-André Lureau
2016-07-29
vhost: add missing VHOST_OPS_DEBUG
Marc-André Lureau
2016-07-29
vhost: do not assert() on vhost_ops failure
Marc-André Lureau
2016-07-29
vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
Marc-André Lureau
2016-07-29
vhost: make vhost_dev_cleanup() idempotent
Marc-André Lureau
2016-07-29
vhost: fix cleanup on not fully initialized device
Marc-André Lureau
2016-07-29
vhost: assert the log was cleaned up
Marc-André Lureau
2016-07-29
vhost: make vhost_log_put() idempotent
Marc-André Lureau
2016-07-29
vhost: don't assume opaque is a fd, use backend cleanup
Marc-André Lureau
2016-07-07
tap: vhost busy polling support
Jason Wang
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-23
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-16
vhost: simplify vhost_needs_vring_endian()
Greg Kurz
2016-02-16
vhost: move virtio 1.0 check to cross-endian helper
Greg Kurz
2016-02-16
virtio: move cross-endian helper to vhost
Greg Kurz
2016-01-29
virtio: Clean up includes
Peter Maydell
2015-11-26
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
2015-11-12
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
2015-10-22
vhost: set the correct queue index in case of migration with multiqueue
Thibaut Collet
2015-10-22
vhost: add migration block if memfd failed
Marc-André Lureau
2015-10-22
vhost: use a function for each call
Marc-André Lureau
[next]