Re: [PATCH V1] vdpa_sim: reset must not run
From: Jason Wang <jasowang@redhat.com>
Date: 2024-01-22 04:13:09
Also in:
lkml
From: Jason Wang <jasowang@redhat.com>
Date: 2024-01-22 04:13:09
Also in:
lkml
On Thu, Jan 18, 2024 at 3:23 AM Steve Sistare [off-list ref] 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 <redacted>
Reviewed-by: Eugenio Pérez <eperezma@redhat.com>Acked-by: Jason Wang <jasowang@redhat.com> Thanks