2025-09-15T15:08:08+08:00, Xie Bo <x...@ultrarisc.com>: > Fix two migration issues for virtual machines in KVM mode: > 1.It saves and restores the vCPU's privilege mode to ensure that the > vCPU's privilege mode is correct after migration. > 2.It saves and restores the vCPU's mp_state (runnable or stopped) and > includes this state in the migration sequence, upgrading the vmstate > version to ensure that the vCPU's mp_state is correct after migration.
This could be two patches, each doing just one thing: * fix mode * fix mp_state And the mode hunk that I pointed out in [v9 1/2] could be put in the patch that fixes mode. I jumped quite late into the review, so if others are fine with the current split, Reviewed-by: Radim Krčmář <rkrc...@ventanamicro.com>