qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] pc: correct misspelled CPU model-id for pc 2.2
@ 2018-01-31  3:01 Wang Xin
  2018-01-31 14:01 ` Michael S. Tsirkin
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Xin @ 2018-01-31  3:01 UTC (permalink / raw)
  To: qemu-devel, mst; +Cc: ehabkost, arei.gonglei, Wang Xin

Signed-off-by: Wang Xin <wangxinxin.wang@huawei.com>

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-31 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31  3:01 [Qemu-devel] [PATCH] pc: correct misspelled CPU model-id for pc 2.2 Wang Xin
2018-01-31 14:01 ` Michael S. Tsirkin
2018-01-31 14:38   ` Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).