qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 06/13] x86/cpuid: add "host" to the list of supporte


From: Andre Przywara
Subject: [Qemu-devel] [PATCH 06/13] x86/cpuid: add "host" to the list of supported CPU models
Date: Thu, 11 Mar 2010 14:39:00 +0100

Signed-off-by: Andre Przywara <address@hidden>
---
 target-i386/cpuid.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c
index 56ae71a..1e1c25b 100644
--- 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)
-- 
1.6.4






reply via email to

[Prev in Thread] Current Thread [Next in Thread]