Age | Commit message (Expand) | Author | Files | Lines |
2023-03-07 | hw/virtio/vhost-user: avoid using unitialized errp | Albert Esteve | 1 | -2/+2 |
2023-03-02 | vhost-user: Adopt new backend naming | Maxime Coquelin | 1 | -15/+15 |
2023-01-28 | Revert "vhost-user: Introduce nested event loop in vhost_user_read()" | Greg Kurz | 1 | -60/+5 |
2023-01-28 | Revert "vhost-user: Monitor slave channel in vhost_user_read()" | Greg Kurz | 1 | -32/+3 |
2023-01-28 | vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests | Minghao Yuan | 1 | -0/+2 |
2023-01-27 | vhost-user: Correct a reference of TARGET_AARCH64 | Akihiko Odaki | 1 | -1/+1 |
2022-12-21 | vhost-user: send set log base message only once | Yajun Wu | 1 | -0/+5 |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster | 1 | -5/+1 |
2022-12-01 | hw/virtio: generalise CHR_EVENT_CLOSED handling | Alex Bennée | 1 | -0/+71 |
2022-11-07 | vhost-user: Support vhost_dev_start | Yajun Wu | 1 | -1/+73 |
2022-11-07 | vhost-user: Fix out of order vring host notification handling | Yajun Wu | 1 | -0/+5 |
2022-10-07 | hw/virtio: fix some coding style issues | Alex Bennée | 1 | -3/+4 |
2022-10-07 | hw/virtio: incorporate backend features in features | Alex Bennée | 1 | -1/+8 |
2022-09-29 | vhost-user: Call qemu_socketpair() instead of socketpair() | Guoyi Tu | 1 | -1/+1 |
2022-08-17 | hw/virtio: fix vhost_user_read tracepoint | Alex Bennée | 1 | -2/+2 |
2022-06-27 | vhost: add method vhost_set_vring_err | Konstantin Khlebnikov | 1 | -0/+6 |
2022-06-16 | virtio/vhost-user: Fix wrong vhost notifier GPtrArray size | Yajun Wu | 1 | -1/+1 |
2022-06-09 | hw/virtio/vhost-user: don't use uninitialized variable | Changpeng Liu | 1 | -5/+3 |
2022-05-16 | virtio/vhost-user: dynamically assign VhostUserHostNotifiers | Alex Bennée | 1 | -17/+66 |
2022-05-16 | hw/virtio/vhost-user: don't suppress F_CONFIG when supported | Alex Bennée | 1 | -13/+33 |
2022-05-16 | hw/virtio: add vhost_user_[read|write] trace points | Alex Bennée | 1 | -0/+4 |
2022-05-05 | vhost-user: Use correct macro name TARGET_PPC64 | Murilo Opsfelder Araujo | 1 | -1/+1 |
2022-05-04 | vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG | Kevin Wolf | 1 | -1/+1 |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau | 1 | -1/+1 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -2/+2 |
2022-03-04 | vhost-user: fix VirtQ notifier cleanup | Xueming Li | 1 | -19/+29 |
2022-03-04 | vhost-user: remove VirtQ notifier restore | Xueming Li | 1 | -18/+1 |
2022-01-07 | vhost-user: stick to -errno error return convention | Roman Kagan | 1 | -178/+223 |
2021-10-20 | vhost-user: fix duplicated notifier MR init | Xueming Li | 1 | -2/+3 |
2021-09-04 | hw/virtio: Add flatview update in vhost_user_cleanup() | Yuwei Zhang | 1 | -1/+2 |
2021-09-04 | vhost-user: add missing space in error message | Alyssa Ross | 1 | -1/+1 |
2021-09-04 | vhost: make SET_VRING_ADDR, SET_FEATURES send replies | Denis Plotnikov | 1 | -44/+101 |
2021-09-04 | hw/virtio: Fix leak of host-notifier memory-region | Yajun Wu | 1 | -0/+1 |
2021-08-26 | vhost: Clean up how VhostOpts method vhost_backend_init() fails | Markus Armbruster | 1 | -0/+6 |
2021-08-26 | vhost: Clean up how VhostOpts method vhost_get_config() fails | Markus Armbruster | 1 | -0/+2 |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau | 1 | -1/+1 |
2021-07-09 | vhost-user: Fix backends without multiqueue support | Kevin Wolf | 1 | -0/+3 |
2021-06-30 | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf | 1 | -12/+12 |
2021-06-30 | vhost: Return 0/-errno in vhost_dev_init() | Kevin Wolf | 1 | -3/+7 |
2021-06-30 | vhost: Distinguish errors in vhost_backend_init() | Kevin Wolf | 1 | -20/+21 |
2021-05-18 | vhost-user-blk: Check that num-queues is supported by backend | Kevin Wolf | 1 | -0/+5 |
2021-03-22 | vhost-user: Monitor slave channel in vhost_user_read() | Greg Kurz | 1 | -3/+32 |
2021-03-22 | vhost-user: Introduce nested event loop in vhost_user_read() | Greg Kurz | 1 | -5/+60 |
2021-03-22 | vhost-user: Convert slave channel to QIOChannelSocket | Greg Kurz | 1 | -60/+39 |
2021-03-22 | vhost-user: Factor out duplicated slave_fd teardown code | Greg Kurz | 1 | -9/+10 |
2021-03-22 | vhost-user: Fix double-close on slave_read() error path | Greg Kurz | 1 | -8/+3 |
2021-03-22 | vhost-user: Drop misleading EAGAIN checks in slave_read() | Greg Kurz | 1 | -3/+3 |
2020-11-12 | vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation | Stefan Hajnoczi | 1 | -3/+2 |
2020-09-01 | hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions() | Chen Qun | 1 | -1/+1 |
2020-07-27 | Fix vhost-user buffer over-read on ram hot-unplug | Raphael Norwitz | 1 | -1/+1 |