vp_vdpa: Fix return value check vp_vdpa_request_irq
authorYuxue Liu <yuxue.liu@jaguarmicro.com>
Mon, 25 Mar 2024 10:54:47 +0000 (18:54 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 22 May 2024 12:31:15 +0000 (08:31 -0400)
commitf181a3736b7f76410040a3f16cbbfbdec2580bf9
tree834db1a19be03dda83b8cea62beb27515c2e37bf
parente117d9b6e79a2466faf382cb7e8e8823e82d6bd5
vp_vdpa: Fix return value check vp_vdpa_request_irq

In the vp_vdpa_set_status function, when setting the device status to
VIRTIO_CONFIG_S_DRIVER_OK, the vp_vdpa_request_irq function may fail.
In such cases, the device status should not be set to DRIVER_OK. Add
exception printing to remind the user.

Signed-off-by: Yuxue Liu <yuxue.liu@jaguarmicro.com>
Message-Id: <20240325105448.235-1-gavin.liu@jaguarmicro.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/virtio_pci/vp_vdpa.c