index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost-user.c
Age
Commit message (
Expand
)
Author
2023-10-22
vhost-user: strip superfluous whitespace
Laszlo Ersek
2023-10-12
vhost: Remove vhost_backend_can_merge() callback
David Hildenbrand
2023-10-12
vhost: Rework memslot filtering and fix "used_memslot" tracking
David Hildenbrand
2023-10-04
vhost-user: add shared_object msg
Albert Esteve
2023-10-04
vhost-user: move VhostUserProtocolFeature definition to header file
Jonah Palmer
2023-07-10
vhost-user: Make RESET_DEVICE a per device message
Tom Lonergan
2023-07-10
vhost-user: Change one_time to per_device request
Tom Lonergan
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2023-06-23
cryptodev-vhost-user: add asymmetric crypto support
Gowrishankar Muthukrishnan
2023-05-23
hostmem-file: add offset option
Alexander Graf
2023-05-19
vhost-user: Remove acpi-specific memslot limit
David Hildenbrand
2023-05-19
vhost-user: send SET_STATUS 0 after GET_VRING_BASE
Stefan Hajnoczi
2023-03-07
hw/virtio/vhost-user: avoid using unitialized errp
Albert Esteve
2023-03-02
vhost-user: Adopt new backend naming
Maxime Coquelin
2023-01-28
Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
Greg Kurz
2023-01-28
Revert "vhost-user: Monitor slave channel in vhost_user_read()"
Greg Kurz
2023-01-28
vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
Minghao Yuan
2023-01-27
vhost-user: Correct a reference of TARGET_AARCH64
Akihiko Odaki
2022-12-21
vhost-user: send set log base message only once
Yajun Wu
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-01
hw/virtio: generalise CHR_EVENT_CLOSED handling
Alex Bennée
2022-11-07
vhost-user: Support vhost_dev_start
Yajun Wu
2022-11-07
vhost-user: Fix out of order vring host notification handling
Yajun Wu
2022-10-07
hw/virtio: fix some coding style issues
Alex Bennée
2022-10-07
hw/virtio: incorporate backend features in features
Alex Bennée
2022-09-29
vhost-user: Call qemu_socketpair() instead of socketpair()
Guoyi Tu
2022-08-17
hw/virtio: fix vhost_user_read tracepoint
Alex Bennée
2022-06-27
vhost: add method vhost_set_vring_err
Konstantin Khlebnikov
2022-06-16
virtio/vhost-user: Fix wrong vhost notifier GPtrArray size
Yajun Wu
2022-06-09
hw/virtio/vhost-user: don't use uninitialized variable
Changpeng Liu
2022-05-16
virtio/vhost-user: dynamically assign VhostUserHostNotifiers
Alex Bennée
2022-05-16
hw/virtio/vhost-user: don't suppress F_CONFIG when supported
Alex Bennée
2022-05-16
hw/virtio: add vhost_user_[read|write] trace points
Alex Bennée
2022-05-05
vhost-user: Use correct macro name TARGET_PPC64
Murilo Opsfelder Araujo
2022-05-04
vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
Kevin Wolf
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-04
vhost-user: fix VirtQ notifier cleanup
Xueming Li
2022-03-04
vhost-user: remove VirtQ notifier restore
Xueming Li
2022-01-07
vhost-user: stick to -errno error return convention
Roman Kagan
2021-10-20
vhost-user: fix duplicated notifier MR init
Xueming Li
2021-09-04
hw/virtio: Add flatview update in vhost_user_cleanup()
Yuwei Zhang
2021-09-04
vhost-user: add missing space in error message
Alyssa Ross
2021-09-04
vhost: make SET_VRING_ADDR, SET_FEATURES send replies
Denis Plotnikov
2021-09-04
hw/virtio: Fix leak of host-notifier memory-region
Yajun Wu
2021-08-26
vhost: Clean up how VhostOpts method vhost_backend_init() fails
Markus Armbruster
2021-08-26
vhost: Clean up how VhostOpts method vhost_get_config() fails
Markus Armbruster
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
2021-07-09
vhost-user: Fix backends without multiqueue support
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
[next]