index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
1
-7
/
+7
2016-11-15
vhost: drop legacy vring layout bits
Greg Kurz
1
-13
/
+0
2016-11-15
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
1
-19
/
+60
2016-11-15
vhost: migration blocker only if shared log is used
Rafael David Tinoco
1
-1
/
+1
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
1
-0
/
+3
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
1
-1
/
+1
2016-09-09
vhost: don't set vring call if no vector
Jason Wang
1
-0
/
+14
2016-07-29
vhost: do not update last avail idx on get_vring_base() failure
Marc-André Lureau
1
-1
/
+2
2016-07-29
vhost: add vhost_net_set_backend()
Marc-André Lureau
1
-0
/
+10
2016-07-29
vhost: add assert() to check runtime behaviour
Marc-André Lureau
1
-0
/
+9
2016-07-29
vhost: use error_report() instead of fprintf(stderr,...)
Marc-André Lureau
1
-10
/
+9
2016-07-29
vhost: add missing VHOST_OPS_DEBUG
Marc-André Lureau
1
-2
/
+15
2016-07-29
vhost: do not assert() on vhost_ops failure
Marc-André Lureau
1
-17
/
+32
2016-07-29
vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
Marc-André Lureau
1
-11
/
+6
2016-07-29
vhost: make vhost_dev_cleanup() idempotent
Marc-André Lureau
1
-1
/
+6
2016-07-29
vhost: fix cleanup on not fully initialized device
Marc-André Lureau
1
-3
/
+6
2016-07-29
vhost: assert the log was cleaned up
Marc-André Lureau
1
-0
/
+1
2016-07-29
vhost: make vhost_log_put() idempotent
Marc-André Lureau
1
-5
/
+2
2016-07-29
vhost: don't assume opaque is a fd, use backend cleanup
Marc-André Lureau
1
-9
/
+7
2016-07-07
tap: vhost busy polling support
Jason Wang
1
-1
/
+39
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-12
/
+1
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-4
/
+16
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
1
-4
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-23
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
1
-0
/
+7
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
1
-0
/
+9
2016-02-16
vhost: simplify vhost_needs_vring_endian()
Greg Kurz
1
-2
/
+7
2016-02-16
vhost: move virtio 1.0 check to cross-endian helper
Greg Kurz
1
-4
/
+5
2016-02-16
virtio: move cross-endian helper to vhost
Greg Kurz
1
-2
/
+15
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-26
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
1
-9
/
+0
2015-11-12
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
1
-0
/
+9
2015-10-22
vhost: set the correct queue index in case of migration with multiqueue
Thibaut Collet
1
-3
/
+5
2015-10-22
vhost: add migration block if memfd failed
Marc-André Lureau
1
-0
/
+3
2015-10-22
vhost: use a function for each call
Marc-André Lureau
1
-18
/
+18
2015-10-22
vhost-user: add a migration blocker
Marc-André Lureau
1
-4
/
+12
2015-10-22
vhost-user: send log shm fd along with log_base
Marc-André Lureau
1
-2
/
+3
2015-10-22
vhost: alloc shareable log
Marc-André Lureau
1
-10
/
+47
2015-10-22
vhost: add vhost_set_log_base op
Marc-André Lureau
1
-3
/
+3
2015-10-22
vhost: document log resizing
Marc-André Lureau
1
-0
/
+2
2015-10-22
vhost: fail backend intialization early
Igor Mammedov
1
-0
/
+6
2015-10-22
vhost: add vhost_has_free_slot() interface
Igor Mammedov
1
-0
/
+21
2015-09-24
vhost-user: add multiple queue support
Changchun Ouyang
1
-2
/
+3
2015-09-24
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
1
-9
/
+6
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
1
-2
/
+2
2015-06-23
vhost: correctly pass error to caller in vhost_dev_enable_notifiers()
Jason Wang
1
-4
/
+4
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-14
/
+50
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
1
-13
/
+1
2015-06-17
vhost: set vring endianness for legacy virtio
Greg Kurz
1
-1
/
+49
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-10
/
+8
[next]