projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e117f77
)
x86/cpuid: add "host" to the list of supported CPU models
author
Andre Przywara
<andre.przywara@amd.com>
Thu, 11 Mar 2010 13:39:00 +0000
(14:39 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000
(16:50 +0100)
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpuid.c
patch
|
blob
|
history
diff --git
a/target-i386/cpuid.c
b/target-i386/cpuid.c
index ea713306a6b83a92fdf1c47dbf025a6b2555755e..635c88e19e24618d6425894cfed9e98eda79a291 100644
(file)
--- a/
target-i386/cpuid.c
+++ b/
target-i386/cpuid.c
@@
-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)