index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-user.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requests
BillXiang
2024-07-01
1
-0
/
+1
*
vhost-user: fix lost reconnect again
Li Feng
2024-07-01
1
-9
/
+1
*
Revert "vhost-user: fix lost reconnect"
Li Feng
2024-07-01
1
-8
/
+2
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Peter Maydell
2024-03-13
1
-2
/
+19
|
\
|
*
hw/virtio: check owner for removing objects
Albert Esteve
2024-03-12
1
-2
/
+19
*
|
migration: remove migration.h references
Steve Sistare
2024-03-11
1
-1
/
+0
|
/
*
migration: remove error from notifier data
Steve Sistare
2024-02-28
1
-4
/
+4
*
notify: pass error to notifier with return
Steve Sistare
2024-02-28
1
-1
/
+1
*
vhost-user: Interface for migration state transfer
Hanna Czenczek
2023-11-07
1
-0
/
+146
*
kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
Paolo Bonzini
2023-10-25
1
-6
/
+1
*
vhost-user: fix lost reconnect
Li Feng
2023-10-22
1
-2
/
+8
*
vhost-user: do not send RESET_OWNER on device reset
Stefan Hajnoczi
2023-10-22
1
-4
/
+9
*
vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
Laszlo Ersek
2023-10-22
1
-1
/
+15
*
vhost-user: allow "vhost_set_vring" to wait for a reply
Laszlo Ersek
2023-10-22
1
-5
/
+6
*
vhost-user: hoist "write_sync", "get_features", "get_u64"
Laszlo Ersek
2023-10-22
1
-85
/
+85
*
vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"
Laszlo Ersek
2023-10-22
1
-19
/
+13
*
vhost-user: factor out "vhost_user_write_sync"
Laszlo Ersek
2023-10-22
1
-36
/
+26
*
vhost-user: tighten "reply_supported" scope in "set_vring_addr"
Laszlo Ersek
2023-10-22
1
-5
/
+6
*
vhost-user: strip superfluous whitespace
Laszlo Ersek
2023-10-22
1
-1
/
+1
*
vhost: Remove vhost_backend_can_merge() callback
David Hildenbrand
2023-10-12
1
-14
/
+0
*
vhost: Rework memslot filtering and fix "used_memslot" tracking
David Hildenbrand
2023-10-12
1
-4
/
+3
*
vhost-user: add shared_object msg
Albert Esteve
2023-10-04
1
-12
/
+155
*
vhost-user: move VhostUserProtocolFeature definition to header file
Jonah Palmer
2023-10-04
1
-21
/
+0
*
vhost-user: Make RESET_DEVICE a per device message
Tom Lonergan
2023-07-10
1
-0
/
+1
*
vhost-user: Change one_time to per_device request
Tom Lonergan
2023-07-10
1
-6
/
+12
*
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2023-06-26
1
-26
/
+26
*
cryptodev-vhost-user: add asymmetric crypto support
Gowrishankar Muthukrishnan
2023-06-23
1
-13
/
+62
*
hostmem-file: add offset option
Alexander Graf
2023-05-23
1
-0
/
+1
*
vhost-user: Remove acpi-specific memslot limit
David Hildenbrand
2023-05-19
1
-11
/
+1
*
vhost-user: send SET_STATUS 0 after GET_VRING_BASE
Stefan Hajnoczi
2023-05-19
1
-1
/
+15
*
hw/virtio/vhost-user: avoid using unitialized errp
Albert Esteve
2023-03-07
1
-2
/
+2
*
vhost-user: Adopt new backend naming
Maxime Coquelin
2023-03-02
1
-15
/
+15
*
Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
Greg Kurz
2023-01-28
1
-60
/
+5
*
Revert "vhost-user: Monitor slave channel in vhost_user_read()"
Greg Kurz
2023-01-28
1
-32
/
+3
*
vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
Minghao Yuan
2023-01-28
1
-0
/
+2
*
vhost-user: Correct a reference of TARGET_AARCH64
Akihiko Odaki
2023-01-27
1
-1
/
+1
*
vhost-user: send set log base message only once
Yajun Wu
2022-12-21
1
-0
/
+5
*
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
1
-5
/
+1
*
hw/virtio: generalise CHR_EVENT_CLOSED handling
Alex Bennée
2022-12-01
1
-0
/
+71
*
vhost-user: Support vhost_dev_start
Yajun Wu
2022-11-07
1
-1
/
+73
*
vhost-user: Fix out of order vring host notification handling
Yajun Wu
2022-11-07
1
-0
/
+5
*
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-27
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-09
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
[next]