Re: [PATCH v4 02/22] hw/virtio: gracefully handle unset vhost_dev vdev

2022-09-22 Thread Philippe Mathieu-Daudé via
On 2/8/22 11:49, Alex Bennée wrote: I've noticed asserts firing because we query the status of vdev after a vhost connection is closed down. Rather than faulting on the NULL indirect just quietly reply false. Signed-off-by: Alex Bennée Message-Id:

[PATCH v4 02/22] hw/virtio: gracefully handle unset vhost_dev vdev

2022-08-02 Thread Alex Bennée
I've noticed asserts firing because we query the status of vdev after a vhost connection is closed down. Rather than faulting on the NULL indirect just quietly reply false. Signed-off-by: Alex Bennée Message-Id: <20220726192150.2435175-8-alex.ben...@linaro.org> --- hw/virtio/vhost.c | 10