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-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
2021-06-30
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2021-05-18
vhost-user-blk: Check that num-queues is supported by backend
Kevin Wolf
2021-03-22
vhost-user: Monitor slave channel in vhost_user_read()
Greg Kurz
2021-03-22
vhost-user: Introduce nested event loop in vhost_user_read()
Greg Kurz
2021-03-22
vhost-user: Convert slave channel to QIOChannelSocket
Greg Kurz
2021-03-22
vhost-user: Factor out duplicated slave_fd teardown code
Greg Kurz
2021-03-22
vhost-user: Fix double-close on slave_read() error path
Greg Kurz
2021-03-22
vhost-user: Drop misleading EAGAIN checks in slave_read()
Greg Kurz
2020-11-12
vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
Stefan Hajnoczi
2020-09-01
hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
Chen Qun
2020-07-27
Fix vhost-user buffer over-read on ram hot-unplug
Raphael Norwitz
[next]