index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost: skip ROM sections
Michael S. Tsirkin
2017-02-01
1
-1
/
+2
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-1
/
+7
*
vhost_net: device IOTLB support
Jason Wang
2017-01-18
1
-22
/
+144
*
net: vhost stop updates virtio queue state
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-18
1
-7
/
+7
*
vhost: drop legacy vring layout bits
Greg Kurz
2016-11-15
1
-13
/
+0
*
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
2016-11-15
1
-19
/
+60
*
vhost: migration blocker only if shared log is used
Rafael David Tinoco
2016-11-15
1
-1
/
+1
*
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2016-10-30
1
-0
/
+3
*
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
1
-1
/
+1
*
vhost: don't set vring call if no vector
Jason Wang
2016-09-09
1
-0
/
+14
*
vhost: do not update last avail idx on get_vring_base() failure
Marc-André Lureau
2016-07-29
1
-1
/
+2
*
vhost: add vhost_net_set_backend()
Marc-André Lureau
2016-07-29
1
-0
/
+10
*
vhost: add assert() to check runtime behaviour
Marc-André Lureau
2016-07-29
1
-0
/
+9
*
vhost: use error_report() instead of fprintf(stderr,...)
Marc-André Lureau
2016-07-29
1
-10
/
+9
*
vhost: add missing VHOST_OPS_DEBUG
Marc-André Lureau
2016-07-29
1
-2
/
+15
*
vhost: do not assert() on vhost_ops failure
Marc-André Lureau
2016-07-29
1
-17
/
+32
*
vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
Marc-André Lureau
2016-07-29
1
-11
/
+6
*
vhost: make vhost_dev_cleanup() idempotent
Marc-André Lureau
2016-07-29
1
-1
/
+6
*
vhost: fix cleanup on not fully initialized device
Marc-André Lureau
2016-07-29
1
-3
/
+6
*
vhost: assert the log was cleaned up
Marc-André Lureau
2016-07-29
1
-0
/
+1
*
vhost: make vhost_log_put() idempotent
Marc-André Lureau
2016-07-29
1
-5
/
+2
*
vhost: don't assume opaque is a fd, use backend cleanup
Marc-André Lureau
2016-07-29
1
-9
/
+7
*
tap: vhost busy polling support
Jason Wang
2016-07-07
1
-1
/
+39
*
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
2016-06-24
1
-12
/
+1
*
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
2016-06-24
1
-4
/
+16
*
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
1
-4
/
+0
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2016-02-23
1
-0
/
+7
*
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-18
1
-0
/
+9
*
vhost: simplify vhost_needs_vring_endian()
Greg Kurz
2016-02-16
1
-2
/
+7
*
vhost: move virtio 1.0 check to cross-endian helper
Greg Kurz
2016-02-16
1
-4
/
+5
*
virtio: move cross-endian helper to vhost
Greg Kurz
2016-02-16
1
-2
/
+15
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
2015-11-26
1
-9
/
+0
*
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
2015-11-12
1
-0
/
+9
*
vhost: set the correct queue index in case of migration with multiqueue
Thibaut Collet
2015-10-22
1
-3
/
+5
*
vhost: add migration block if memfd failed
Marc-André Lureau
2015-10-22
1
-0
/
+3
*
vhost: use a function for each call
Marc-André Lureau
2015-10-22
1
-18
/
+18
*
vhost-user: add a migration blocker
Marc-André Lureau
2015-10-22
1
-4
/
+12
*
vhost-user: send log shm fd along with log_base
Marc-André Lureau
2015-10-22
1
-2
/
+3
*
vhost: alloc shareable log
Marc-André Lureau
2015-10-22
1
-10
/
+47
*
vhost: add vhost_set_log_base op
Marc-André Lureau
2015-10-22
1
-3
/
+3
*
vhost: document log resizing
Marc-André Lureau
2015-10-22
1
-0
/
+2
*
vhost: fail backend intialization early
Igor Mammedov
2015-10-22
1
-0
/
+6
*
vhost: add vhost_has_free_slot() interface
Igor Mammedov
2015-10-22
1
-0
/
+21
*
vhost-user: add multiple queue support
Changchun Ouyang
2015-09-24
1
-2
/
+3
*
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
2015-09-24
1
-9
/
+6
*
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-09-10
1
-2
/
+2
*
vhost: correctly pass error to caller in vhost_dev_enable_notifiers()
Jason Wang
2015-06-23
1
-4
/
+4
[next]