mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
replay: Improve error messages about configuration conflicts
Improve Record/replay feature is not supported for '-rtc base=localtime' Record/replay feature is not supported for 'smp' Record/replay feature is not supported for '-snapshot' to Record/replay is not supported with -rtc base=localtime Record/replay is not supported with multiple CPUs Record/replay is not supported with -snapshot Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
84644ac1b0
commit
7653b1eac9
2 changed files with 2 additions and 2 deletions
|
@ -1932,7 +1932,7 @@ static void qemu_apply_machine_options(QDict *qdict)
|
|||
}
|
||||
|
||||
if (current_machine->smp.cpus > 1) {
|
||||
replay_add_blocker("smp");
|
||||
replay_add_blocker("multiple CPUs");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue