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 S. Tsirkin <mst@redhat.com>
Wed, 4 Oct 2023 22:15:06 +0000 (18:15 -0400)
commitcbc9ae87b5f6f81c52a249e0b64100d5011fca53
tree54a8fc580c622503e73ed6ba003377a3e01d0055
parent2c9ec2a827f5d36e9cf3c55d931cc0dca2f12092
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>
net/vhost-vdpa.c