Re: [PATCH V1] vdpa_sim: reset must not run

From: Jason Wang
Date: Sun Jan 21 2024 - 23:13:17 EST


On Thu, Jan 18, 2024 at 3:23 AM Steve Sistare <steven.sistare@xxxxxxxxxx> wrote:
>
> vdpasim_do_reset sets running to true, which is wrong, as it allows
> vdpasim_kick_vq to post work requests before the device has been
> configured. To fix, do not set running until VIRTIO_CONFIG_S_FEATURES_OK
> is set.
>
> Fixes: 0c89e2a3a9d0 ("vdpa_sim: Implement suspend vdpa op")
> Signed-off-by: Steve Sistare <steven.sistare@xxxxxxxxxx>
> Reviewed-by: Eugenio Pérez <eperezma@xxxxxxxxxx>

Acked-by: Jason Wang <jasowang@xxxxxxxxxx>

Thanks