Files
qemu-qemu-1/hw/virtio/vhost-user-stub.c
Vladimir Sementsov-Ogievskiy f9a8f58126 vhost: move protocol_features to vhost_user
As comment says: it's only for vhost-user. So, let's move it
to corresponding vhost backend realization.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260420200339.708640-5-vsementsov@yandex-team.ru>
2026-06-03 08:36:11 -04:00

7 lines
135 B
C

#include "qemu/osdep.h"
#include "hw/virtio/vhost-user.h"
void vhost_user_qmp_status(struct vhost_dev *dev, VirtioStatus *status)
{
}