mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
x86/cpuid: add "host" to the list of supported CPU models
Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
e117f7725a
commit
ed2c54d4cc
@ -757,6 +757,9 @@ void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
|
||||
(*cpu_fprintf)(f, "\n");
|
||||
}
|
||||
}
|
||||
if (kvm_enabled()) {
|
||||
(*cpu_fprintf)(f, "x86 %16s\n", "[host]");
|
||||
}
|
||||
}
|
||||
|
||||
int cpu_x86_register (CPUX86State *env, const char *cpu_model)
|
||||
|
Loading…
Reference in New Issue
Block a user