]> git.ipfire.org Git - thirdparty/qemu.git/commit
vdpa net: fix error message setting virtio status
authorEugenio Pérez <eperezma@redhat.com>
Fri, 15 Sep 2023 17:08:34 +0000 (19:08 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 6 Oct 2023 12:34:08 +0000 (15:34 +0300)
commit197cc86a1241fcbb1b9e670ab2f94a5fe300d24c
tree2a6978f3d2ce386256bb760ee759f71b760bcc0e
parent809d5995c8b9560fbf2c2bea69123d767c8caca5
vdpa net: fix error message setting virtio status

It incorrectly prints "error setting features", probably because a copy
paste miss.

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-2-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>
(cherry picked from commit cbc9ae87b5f6f81c52a249e0b64100d5011fca53)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
net/vhost-vdpa.c