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
*
hw/virtio: fix some coding style issues
Alex Bennée
2022-10-07
1
-3
/
+4
*
hw/virtio: incorporate backend features in features
Alex Bennée
2022-10-07
1
-1
/
+8
*
vhost-user: Call qemu_socketpair() instead of socketpair()
Guoyi Tu
2022-09-29
1
-1
/
+1
*
hw/virtio: fix vhost_user_read tracepoint
Alex Bennée
2022-08-17
1
-2
/
+2
*
vhost: add method vhost_set_vring_err
Konstantin Khlebnikov
2022-06-28
1
-0
/
+6
*
virtio/vhost-user: Fix wrong vhost notifier GPtrArray size
Yajun Wu
2022-06-16
1
-1
/
+1
*
hw/virtio/vhost-user: don't use uninitialized variable
Changpeng Liu
2022-06-10
1
-5
/
+3
*
virtio/vhost-user: dynamically assign VhostUserHostNotifiers
Alex Bennée
2022-05-16
1
-17
/
+66
*
hw/virtio/vhost-user: don't suppress F_CONFIG when supported
Alex Bennée
2022-05-16
1
-13
/
+33
*
hw/virtio: add vhost_user_[read|write] trace points
Alex Bennée
2022-05-16
1
-0
/
+4
*
vhost-user: Use correct macro name TARGET_PPC64
Murilo Opsfelder Araujo
2022-05-05
1
-1
/
+1
*
vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
Kevin Wolf
2022-05-04
1
-1
/
+1
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
vhost-user: fix VirtQ notifier cleanup
Xueming Li
2022-03-04
1
-19
/
+29
*
vhost-user: remove VirtQ notifier restore
Xueming Li
2022-03-04
1
-18
/
+1
*
vhost-user: stick to -errno error return convention
Roman Kagan
2022-01-07
1
-178
/
+223
*
vhost-user: fix duplicated notifier MR init
Xueming Li
2021-10-20
1
-2
/
+3
*
hw/virtio: Add flatview update in vhost_user_cleanup()
Yuwei Zhang
2021-09-04
1
-1
/
+2
*
vhost-user: add missing space in error message
Alyssa Ross
2021-09-04
1
-1
/
+1
*
vhost: make SET_VRING_ADDR, SET_FEATURES send replies
Denis Plotnikov
2021-09-04
1
-44
/
+101
*
hw/virtio: Fix leak of host-notifier memory-region
Yajun Wu
2021-09-04
1
-0
/
+1
*
vhost: Clean up how VhostOpts method vhost_backend_init() fails
Markus Armbruster
2021-08-26
1
-0
/
+6
*
vhost: Clean up how VhostOpts method vhost_get_config() fails
Markus Armbruster
2021-08-26
1
-0
/
+2
*
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
2021-08-05
1
-1
/
+1
*
vhost-user: Fix backends without multiqueue support
Kevin Wolf
2021-07-09
1
-0
/
+3
*
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
1
-12
/
+12
*
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
2021-06-30
1
-3
/
+7
*
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2021-06-30
1
-20
/
+21
*
vhost-user-blk: Check that num-queues is supported by backend
Kevin Wolf
2021-05-18
1
-0
/
+5
*
vhost-user: Monitor slave channel in vhost_user_read()
Greg Kurz
2021-03-22
1
-3
/
+32
*
vhost-user: Introduce nested event loop in vhost_user_read()
Greg Kurz
2021-03-22
1
-5
/
+60
*
vhost-user: Convert slave channel to QIOChannelSocket
Greg Kurz
2021-03-22
1
-60
/
+39
*
vhost-user: Factor out duplicated slave_fd teardown code
Greg Kurz
2021-03-22
1
-9
/
+10
*
vhost-user: Fix double-close on slave_read() error path
Greg Kurz
2021-03-22
1
-8
/
+3
*
vhost-user: Drop misleading EAGAIN checks in slave_read()
Greg Kurz
2021-03-22
1
-3
/
+3
*
vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
Stefan Hajnoczi
2020-11-12
1
-3
/
+2
*
hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
Chen Qun
2020-09-01
1
-1
/
+1
*
Fix vhost-user buffer over-read on ram hot-unplug
Raphael Norwitz
2020-07-27
1
-1
/
+1
*
Stop vhost-user sending uninitialized mmap_offsets
Raphael Norwitz
2020-06-24
1
-6
/
+6
*
Lift max memory slots limit imposed by vhost-user
Raphael Norwitz
2020-06-12
1
-19
/
+37
*
Transmit vhost-user memory regions individually
Raphael Norwitz
2020-06-12
1
-72
/
+438
*
Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
Raphael Norwitz
2020-06-12
1
-2
/
+47
*
Add vhost-user helper to get MemoryRegion data
Raphael Norwitz
2020-06-09
1
-10
/
+15
*
Add helper to populate vhost-user message regions
Raphael Norwitz
2020-06-09
1
-6
/
+12
*
Refactor vhost_user_set_mem_table functions
Raphael Norwitz
2020-05-04
1
-76
/
+67
*
Fixed assert in vhost_user_set_mem_table_postcopy
Raphael Norwitz
2020-02-27
1
-1
/
+1
*
vhost-user: only set slave channel for first vq
Adrian Moreno
2020-02-27
1
-3
/
+5
*
vhost-user: Print unexpected slave message types
Dr. David Alan Gilbert
2020-01-23
1
-1
/
+1
*
vhost-user: add VHOST_USER_RESET_DEVICE to reset devices
Raphael Norwitz
2020-01-05
1
-1
/
+7
[next]