commit | ed2c54d4ccfc1f64b174712d0fc02dbe35f75744 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Thu Mar 11 14:39:00 2010 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Mar 13 16:50:54 2010 +0100 |
tree | c012ca50bbd19d41c3ab73b96180a9f2f969474a | |
parent | e117f7725af8416a0c6e416fe18549d1625f7498 [diff] [blame] |
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>
diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c index ea71330..635c88e 100644 --- a/target-i386/cpuid.c +++ b/target-i386/cpuid.c
@@ -757,6 +757,9 @@ (*cpu_fprintf)(f, "\n"); } } + if (kvm_enabled()) { + (*cpu_fprintf)(f, "x86 %16s\n", "[host]"); + } } int cpu_x86_register (CPUX86State *env, const char *cpu_model)