qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] pc: correct misspelled CPU model-id for pc 2.2


From: Wang Xin
Subject: [Qemu-devel] [PATCH] pc: correct misspelled CPU model-id for pc 2.2
Date: Wed, 31 Jan 2018 11:01:08 +0800

Signed-off-by: Wang Xin <address@hidden>

diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index bb49165..635c8b2 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -617,7 +617,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
 
 #define PC_COMPAT_2_2 \
     HW_COMPAT_2_2 \
-    PC_CPU_MODEL_IDS("2.3.0") \
+    PC_CPU_MODEL_IDS("2.2.0") \
     {\
         .driver = "kvm64" "-" TYPE_X86_CPU,\
         .property = "vme",\
-- 
2.8.1.windows.1





reply via email to

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