index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
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: 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
*
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
[next]