vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()
commit74af5eec832f56d6565415d3bb879a75d5f80190
authorJason Wang <jasowang@redhat.com>
Fri, 3 Sep 2021 09:10:20 +0000 (3 17:10 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 4 Sep 2021 21:34:05 +0000 (4 17:34 -0400)
tree5c96a190f26ea8daafb330602cffe832e17fff2f
parenta97ef87a205ee957c367ebc7621bd9860ad6047d
vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()

Vhost_vdpa_add() can fail for various reasons, so the assertion of the
succeed is wrong. Instead, we should free the NetClientState and
propagate the error to the caller

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20210903091031.47303-11-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vhost-vdpa.c