index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-19
1
-14
/
+50
|
\
|
*
vhost: enable vhost without without MSI-X
Pankaj Gupta
2015-06-19
1
-13
/
+1
|
*
vhost: set vring endianness for legacy virtio
Greg Kurz
2015-06-17
1
-1
/
+49
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-11
1
-10
/
+8
|
\
|
|
*
vhost: 64 bit features
Cornelia Huck
2015-06-10
1
-7
/
+7
|
*
vhost: put log correctly in vhost_dev_start()
Jason Wang
2015-06-10
1
-3
/
+1
*
|
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
2015-06-05
1
-2
/
+4
*
|
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2015-06-05
1
-1
/
+2
|
/
*
vhost: logs sharing
Jason Wang
2015-06-04
1
-18
/
+59
*
vhost: fix log base address
Michael S. Tsirkin
2015-04-20
1
-2
/
+5
*
vhost: Fix vhostfd leak in error branch
Gonglei
2014-12-01
1
-0
/
+2
*
vhost_net: start/stop guest notifiers properly
Jason Wang
2014-09-03
1
-2
/
+0
*
vhost: fix resource leak in error handling
Michael S. Tsirkin
2014-06-23
1
-4
/
+6
*
vhost: block migration if backend does not log memory
Michael S. Tsirkin
2014-06-23
1
-0
/
+11
*
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
1
-1
/
+5
*
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
1
-20
/
+21
*
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
1
-9
/
+3
*
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
1
-0
/
+27
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
1
-6
/
+2
*
vhost: replace ffsl with ctzl
Natanael Copa
2014-06-11
1
-4
/
+2
*
vhost: clear signalled_used_valid on vhost stop
Michael S. Tsirkin
2013-08-12
1
-0
/
+1
*
add a header file for atomic operations
Paolo Bonzini
2013-07-04
1
-5
/
+4
*
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
1
-0
/
+2
*
memory: make section size a 128-bit integer
Paolo Bonzini
2013-06-20
1
-2
/
+2
*
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
1
-13
/
+18
*
vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping
Nicholas Bellinger
2013-04-19
1
-15
/
+38
*
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+1042