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
/
contrib
/
libvhost-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
libvhost-user: make it a meson subproject
Marc-André Lureau
2020-12-08
5
-3789
/
+0
*
libvhost-user: drop qemu/osdep.h dependency
Marc-André Lureau
2020-12-08
1
-2
/
+8
*
libvhost-user: remove qemu/compiler.h usage
Marc-André Lureau
2020-12-08
1
-1
/
+4
*
libvhost-user: replace qemu/memfd.h usage
Marc-André Lureau
2020-12-08
1
-7
/
+43
*
libvhost-user: replace qemu/bswap.h with glibc endian.h
Marc-André Lureau
2020-12-08
1
-37
/
+40
*
contrib/libvhost-user: Fix bad printf format specifiers
AlexChen
2020-11-17
1
-12
/
+12
*
vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
Stefan Hajnoczi
2020-11-12
1
-1
/
+1
*
libvhost-user: follow QEMU comment style
Stefan Hajnoczi
2020-11-03
1
-5
/
+10
*
util/vhost-user-server: use static library in meson.build
Stefan Hajnoczi
2020-10-23
1
-0
/
+1
*
libvhost-user: remove watch for kick_fd when de-initialize vu-dev
Coiby Xu
2020-10-23
1
-0
/
+1
*
libvhost-user: Allow vu_message_read to be replaced
Coiby Xu
2020-10-23
3
-8
/
+29
*
libvhost-user: return on error in vu_log_queue_fill()
Stefan Hajnoczi
2020-09-29
1
-0
/
+1
*
libvhost-user: return early on virtqueue errors
Stefan Hajnoczi
2020-09-29
1
-8
/
+17
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-1
/
+1
*
libvhost-user: handle endianness as mandated by the spec
Marc Hartmayer
2020-09-23
1
-34
/
+43
*
contrib/: fix some comment spelling errors
zhaolichang
2020-09-17
2
-3
/
+3
*
contrib/libvhost-user: convert to Meson
Paolo Bonzini
2020-08-21
2
-1
/
+3
*
libvhost-user: Report descriptor index on panic
Philippe Mathieu-Daudé
2020-07-27
1
-2
/
+2
*
libvhost-user: advertise vring features
Stefan Hajnoczi
2020-06-12
1
-0
/
+10
*
Lift max ram slots limit in libvhost-user
Raphael Norwitz
2020-06-12
2
-12
/
+20
*
Support individual region unmap in libvhost-user
Raphael Norwitz
2020-06-12
2
-0
/
+64
*
Support adding individual regions in libvhost-user
Raphael Norwitz
2020-06-12
2
-0
/
+110
*
Support ram slot configuration in libvhost-user
Raphael Norwitz
2020-06-12
2
-0
/
+20
*
Refactor out libvhost-user fault generation logic
Raphael Norwitz
2020-06-12
1
-68
/
+79
*
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
*
libvhost-user: implement in-band notifications
Johannes Berg
2020-02-27
2
-3
/
+114
*
libvhost-user: handle NOFD flag in call/kick/err better
Johannes Berg
2020-02-27
1
-8
/
+16
*
libvhost-user-glib: use g_main_context_get_thread_default()
Johannes Berg
2020-02-27
1
-1
/
+1
*
libvhost-user-glib: fix VugDev main fd cleanup
Johannes Berg
2020-02-27
2
-3
/
+13
*
libvhost-user: implement VHOST_USER_PROTOCOL_F_REPLY_ACK
Johannes Berg
2020-02-27
1
-2
/
+10
*
libvhost-user: Fix some memtable remap cases
Dr. David Alan Gilbert
2020-01-23
2
-8
/
+28
*
contrib/libvhost-user: Protect slave fd with mutex
Dr. David Alan Gilbert
2020-01-23
2
-4
/
+23
*
libvhost-user: Zero memory allocated for VuVirtqInflightDesc
Xie Yongji
2019-11-20
1
-1
/
+1
*
libvhost-user: introduce and use vu_has_protocol_feature()
Johannes Berg
2019-09-04
1
-10
/
+10
*
libvhost-user: fix SLAVE_SEND_FD handling
Johannes Berg
2019-09-04
1
-1
/
+2
*
libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ
Stefan Hajnoczi
2019-07-04
1
-3
/
+4
*
libvhost-user: support many virtqueues
Stefan Hajnoczi
2019-07-04
4
-16
/
+41
*
libvhost-user: add vmsg_set_reply_u64() helper
Stefan Hajnoczi
2019-07-04
1
-13
/
+13
*
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
2019-05-29
2
-0
/
+2
*
libvhost-user: fix -Werror=format= on ppc64
Marc-André Lureau
2019-05-22
1
-2
/
+4
*
libvhost-user: fix cast warnings on 32 bits
Marc-André Lureau
2019-05-22
1
-3
/
+3
*
libvhost-user: fix bad vu_log_write
Li Feng
2019-05-21
1
-1
/
+1
*
libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config
Marc-André Lureau
2019-05-10
1
-0
/
+4
*
libvhost-user: fix -Waddress-of-packed-member
Marc-André Lureau
2019-05-10
1
-3
/
+3
*
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
Cao Jiaxi
2019-05-07
1
-1
/
+1
*
libvhost-user: Support tracking inflight I/O in shared memory
Xie Yongji
2019-03-13
2
-20
/
+399
*
libvhost-user: Introduce vu_queue_map_desc()
Xie Yongji
2019-03-13
1
-37
/
+51
*
libvhost-user: Remove unnecessary FD flag check for event file descriptors
Xie Yongji
2019-03-13
1
-10
/
+4
*
libvhost-user: add vu_queue_unpop()
Marc-André Lureau
2019-03-13
2
-0
/
+30
*
libvhost-user-glib: export vug_source_new()
Marc-André Lureau
2019-03-13
2
-5
/
+9
[next]