vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails
authorAlvaro Karsz <alvaro.karsz@solid-run.com>
Thu, 2 Feb 2023 08:42:12 +0000 (10:42 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 21 Feb 2023 00:26:59 +0000 (19:26 -0500)
commit6830a6aba9d40f1491f991d7b31bb2b90187111c
tree65aa82ac45ddf3774100f11190846d281e208109
parent08707b5c3344864d8948cb67706bad489b86773d
vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails

Add a print explaining why vhost_vdpa_alloc_domain failed if the device
is not IOMMU cache coherent capable.

Without this print, we have no hint why the operation failed.

For example:

$ virsh start <domain>
error: Failed to start domain <domain>
error: Unable to open '/dev/vhost-vdpa-<idx>' for vdpa device:
       Unknown error 524

Suggested-by: Eugenio Perez Martin <eperezma@redhat.com>
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com>
Message-Id: <20230202084212.1328530-1-alvaro.karsz@solid-run.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Eugenio PĂ©rez Martin <eperezma@redhat.com>
drivers/vhost/vdpa.c