mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:56:38 +00:00
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>
7 lines
135 B
C
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)
|
|
{
|
|
}
|