]> git.ipfire.org Git - thirdparty/qemu.git/commit
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
authorEugenio Pérez <eperezma@redhat.com>
Fri, 2 Jun 2023 17:33:28 +0000 (19:33 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 30 Jun 2023 06:11:26 +0000 (09:11 +0300)
commit246b0cf1acc1efa9e4171bad72efdf0507cbe73e
tree3868c4ee3543e26dedd4d0bd92f814a1d034dc3a
parent5e8838524a74338670dca8a7d2f4dd6347b17f00
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices

QEMU does not emulate it so it must be disabled as long as the backend
does not support it.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Message-Id: <20230602173328.1917385-1-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Tested-by: Lei Yang <leiyang@redhat.com>
(cherry picked from commit 51e84244a7799172f4239482199e9b4bdcd23172)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
net/vhost-vdpa.c