Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260420202032.714884-1-vsementsov@yandex-team.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
docs/interop/vhost-user.rst | 21 +-
hw/virtio/meson.build | 2 +-
hw/virtio/{vhost-backend.c => vhost-kernel.c} | 90 +-------
hw/virtio/vhost-user.c | 32 ++-
hw/virtio/vhost-vdpa.c | 19 +-
hw/virtio/vhost.c | 193 +++++++++++++-----
hw/virtio/virtio-hmp-cmds.c | 3 -
hw/virtio/virtio-qmp.c | 3 -
include/hw/virtio/vhost-backend.h | 37 ++--
include/hw/virtio/vhost-user.h | 1 +
include/hw/virtio/vhost.h | 8 +-
qapi/virtio.json | 15 --
12 files changed, 210 insertions(+), 214 deletions(-)
rename hw/virtio/{vhost-backend.c => vhost-kernel.c} (83%)