]> git.proxmox.com Git - mirror_qemu.git/commit - net/vhost-vdpa.c
vdpa net: stop probing if cannot set features
authorEugenio Pérez <eperezma@redhat.com>
Fri, 15 Sep 2023 17:08:35 +0000 (19:08 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 4 Oct 2023 22:15:06 +0000 (18:15 -0400)
commitf1085882d028e5a1b227443cd6e96bbb63d66f43
tree508e0651caaad7b08c96b74ab7a37ecade41b162
parentcbc9ae87b5f6f81c52a249e0b64100d5011fca53
vdpa net: stop probing if cannot set features

Otherwise it continues the CVQ isolation probing.

Fixes: 152128d646 ("vdpa: move CVQ isolation check to net_init_vhost_vdpa")
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Message-Id: <20230915170836.3078172-3-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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
net/vhost-vdpa.c