On Thu, Jan 18, 2024 at 3:23 AM Steve Sistare <[email protected]> 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 <[email protected]> > Reviewed-by: Eugenio Pérez <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

