mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
0e84f918fa
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:
|
||
---|---|---|
.. | ||
Makefile | ||
vdpa_sim_blk.c | ||
vdpa_sim_net.c | ||
vdpa_sim.c | ||
vdpa_sim.h |