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-user.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-1
/
+1
|
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
|
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
2017-06-02
1
-3
/
+45
*
|
vhost-user: add slave-req-fd support
Marc-André Lureau
2017-06-02
1
-0
/
+127
*
|
vhost-user: add vhost_user to hold the chr
Marc-André Lureau
2017-06-02
1
-3
/
+16
|
/
*
vhost-user: pass message as a pointer to process_message_reply()
Maxime Coquelin
2017-05-25
1
-6
/
+6
*
migration: migration.h was not needed
Juan Quintela
2017-05-18
1
-1
/
+0
*
hw/virtio: fix vhost user fails to startup when MQ
Zhiyong Yang
2017-05-10
1
-8
/
+13
*
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
2017-01-10
1
-0
/
+34
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-2
/
+2
*
Revert "vhost-user: Attempt to fix a race with set_mem_table."
Michael S. Tsirkin
2016-08-15
1
-67
/
+60
*
vhost-user: Attempt to fix a race with set_mem_table.
Prerna Saxena
2016-08-10
1
-60
/
+67
*
vhost-user: Introduce a new protocol feature REPLY_ACK.
Prerna Saxena
2016-08-10
1
-0
/
+32
*
vhost-user: add error report in vhost_user_write()
Marc-André Lureau
2016-07-28
1
-3
/
+10
*
vhost-user: check vhost_user_{read,write}() return value
Marc-André Lureau
2016-07-28
1
-16
/
+34
*
vhost-user: check qemu_chr_fe_set_msgfds() return value
Marc-André Lureau
2016-07-28
1
-1
/
+3
*
vhost-user: call set_msgfds unconditionally
Marc-André Lureau
2016-07-28
1
-3
/
+1
*
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
2016-05-29
1
-9
/
+7
*
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
2016-05-29
1
-8
/
+7
*
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
/
+20
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-2
/
+1
*
vhost-user: fix log size
Michael S. Tsirkin
2015-11-18
1
-1
/
+1
*
vhost-user: start/stop all rings
Michael S. Tsirkin
2015-11-16
1
-6
/
+11
*
vhost-user: print original request on error
Michael S. Tsirkin
2015-11-16
1
-2
/
+2
*
vhost: let SET_VRING_ENABLE message depends on protocol feature
Yuanhan Liu
2015-11-16
1
-1
/
+1
*
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
2015-11-12
1
-3
/
+3
*
vhost-user: modify SET_LOG_BASE to pass mmap size and offset
Victor Kaplansky
2015-11-12
1
-2
/
+9
*
vhost-user: cleanup msg size math
Michael S. Tsirkin
2015-10-29
1
-3
/
+3
*
vhost-user: cleanup struct size math
Michael S. Tsirkin
2015-10-29
1
-8
/
+8
*
vhost-user: fix up rhel6 build
Michael S. Tsirkin
2015-10-22
1
-24
/
+24
*
vhost-user: use an enum helper for features mask
Thibaut Collet
2015-10-22
1
-4
/
+9
*
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
2015-10-22
1
-1
/
+31
*
vhost: use a function for each call
Marc-André Lureau
2015-10-22
1
-222
/
+300
*
vhost-user: add a migration blocker
Marc-André Lureau
2015-10-22
1
-0
/
+9
*
vhost-user: send log shm fd along with log_base
Marc-André Lureau
2015-10-22
1
-2
/
+25
*
vhost-user: add vhost_user_requires_shm_log()
Marc-André Lureau
2015-10-22
1
-2
/
+12
*
vhost: add vhost_set_log_base op
Marc-André Lureau
2015-10-22
1
-1
/
+15
*
vhost: add vhost_has_free_slot() interface
Igor Mammedov
2015-10-22
1
-0
/
+6
*
vhost-user: add a new message to disable/enable a specific virt queue.
Changchun Ouyang
2015-09-24
1
-0
/
+19
*
vhost-user: add multiple queue support
Changchun Ouyang
2015-09-24
1
-0
/
+22
*
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
2015-09-24
1
-2
/
+10
*
vhost-user: add VHOST_USER_GET_QUEUE_NUM message
Yuanhan Liu
2015-09-24
1
-1
/
+14
*
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
Yuanhan Liu
2015-09-24
1
-3
/
+3
*
vhost-user: add protocol feature negotiation
Michael S. Tsirkin
2015-09-24
1
-0
/
+31
*
vhost-user: use VHOST_USER_XXX macro for switch statement
Yuanhan Liu
2015-09-24
1
-16
/
+22
*
Revert "vhost-user: add multi queue support"
Michael S. Tsirkin
2015-07-20
1
-10
/
+1
*
vhost-user: add multi queue support
Ouyang Changchun
2015-06-01
1
-1
/
+10
*
vhost-user: remove superfluous '\n' around error_report()
Gonglei
2015-04-30
1
-11
/
+11
*
vhost-user: fix mmap offset calculation
Michael S. Tsirkin
2014-11-03
1
-1
/
+1
[prev]
[next]