Skip to content
Commit 1cdbaf18 authored by Eugenio Pérez's avatar Eugenio Pérez Committed by Greg Kroah-Hartman
Browse files

vdpa_sim: not reset state in vdpasim_queue_ready

[ Upstream commit 0e84f918 ]

vdpasim_queue_ready calls vringh_init_iotlb, which resets split indexes.
But it can be called after setting a ring base with
vdpasim_set_vq_state.

Fix it by stashing them. They're still resetted in vdpasim_vq_reset.

This was discovered and tested live migrating the vdpa_sim_net device.

Fixes: 2c53d0f6

 ("vdpasim: vDPA device simulator")
Signed-off-by: default avatarEugenio Pérez <eperezma@redhat.com>
Message-Id: <20230118164359.1523760-2-eperezma@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Tested-by: default avatarLei Yang <leiyang@redhat.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 4ff82695
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment