]> git.proxmox.com Git - mirror_qemu.git/commit
vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices
authorEugenio Pérez <eperezma@redhat.com>
Fri, 3 Mar 2023 17:24:45 +0000 (18:24 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Mar 2023 17:38:59 +0000 (12:38 -0500)
commitab7337e3b2378a1cc28806eaf31bb72ba9e046d6
tree743e19891c12ee418af35fcdf172114b573bb481
parent609ab4c3ed8d6b6a4d94930fb9185412b2ba0d0c
vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices

vhost-vdpa devices can return this feature now that blockers have been
set in case some features are not met.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20230303172445.1089785-15-eperezma@redhat.com>
Tested-by: Lei Yang <leiyang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-vdpa.c