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
*
vhost-user: support registering external host notifiers
Tiwei Bie
2018-05-24
1
-0
/
+113
*
vhost-user: introduce shared vhost-user state
Tiwei Bie
2018-05-24
1
-9
/
+22
*
vhost-user: allow slave to send fds via slave channel
Tiwei Bie
2018-05-24
1
-10
/
+17
*
vhost: allow backends to filter memory sections
Tiwei Bie
2018-05-24
1
-0
/
+11
*
hw/virtio: Fix brace Werror with clang 6.0.0
Richard Henderson
2018-05-23
1
-1
/
+1
*
vhost-user+postcopy: Use qemu_set_nonblock
Dr. David Alan Gilbert
2018-05-23
1
-1
/
+1
*
vhost-user: support receiving file descriptors in slave_read
Tiwei Bie
2018-05-23
1
-1
/
+40
*
vhost-user: back SET/GET_CONFIG requests with a protocol feature
Maxime Coquelin
2018-04-09
1
-0
/
+22
*
vhost+postcopy: Wire up POSTCOPY_END notify
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+34
*
vhost-user: Add VHOST_USER_POSTCOPY_END message
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+1
*
vhost+postcopy: Add vhost waker
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+30
*
vhost+postcopy: Resolve client address
Dr. David Alan Gilbert
2018-03-20
1
-1
/
+30
*
vhost+postcopy: Stash RAMBlock and offset
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+34
*
vhost+postcopy: Send address back to qemu
Dr. David Alan Gilbert
2018-03-20
1
-2
/
+65
*
postcopy+vhost-user: Split set_mem_table for postcopy
Dr. David Alan Gilbert
2018-03-20
1
-2
/
+75
*
vhost+postcopy: Transmit 'listen' to slave
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+34
*
vhost+postcopy: Register shared ufd with postcopy
Dr. David Alan Gilbert
2018-03-20
1
-1
/
+19
*
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+48
*
postcopy: Add vhost-user flag for postcopy and check it
Dr. David Alan Gilbert
2018-03-20
1
-1
/
+40
*
cryptodev-vhost-user: add crypto session handler
Gonglei
2018-03-01
1
-0
/
+104
*
vhost: remove assertion to prevent crash
Jay Zhou
2018-01-18
1
-1
/
+4
*
vhost-user: fix misaligned access to payload
Michael S. Tsirkin
2018-01-18
1
-15
/
+24
*
vhost-user: factor out msg head and payload
Michael S. Tsirkin
2018-01-18
1
-97
/
+101
*
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
2018-01-18
1
-0
/
+118
*
vhost-user: fix legacy cross-endian configurations
Felipe Franciosi
2017-08-01
1
-2
/
+21
*
vhost-user: unregister slave req handler at cleanup time
Maxime Coquelin
2017-07-03
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
2017-06-05
1
-1
/
+1
|
\
|
*
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
[next]