@samitouri / QOSamiQemu / commits / c4caacb3a2

whpx: i386: update migration blocker message

Quite a part of it is from older times... Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr> Link: https://lore.kernel.org/r/20260422214225.2242-32-mohamed@unpredictable.fr Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Mohamed Mediouni committed Apr 22, 2026 at 23:42 UTC c4caacb3a20a1b1308848c28b8341d06a7f4c351
1 file changed +2 -2
target/i386/whpx/whpx-all.c
+2 -2
@@ -2622,8 +2622,8 @@ int whpx_init_vcpu(CPUState *cpu)
2622 */
2623 if (whpx_migration_blocker == NULL) {
2624 error_setg(&whpx_migration_blocker,
2625 - "State blocked due to non-migratable CPUID feature support,"
2626 - "dirty memory tracking support, and XSAVE/XRSTOR support");
2625 + "State blocked due to missing dirty memory tracking support,"
2626 + "And some system register/state save-restore ");
2627
2628 if (migrate_add_blocker(&whpx_migration_blocker, &local_error) < 0) {
2629 error_report_err(local_error);