OSDN Git Service

pc: correct misspelled CPU model-id for pc 2.2
authorWang Xin <wangxinxin.wang@huawei.com>
Wed, 31 Jan 2018 03:01:08 +0000 (11:01 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 16 Mar 2018 19:29:07 +0000 (16:29 -0300)
Signed-off-by: Wang Xin <wangxinxin.wang@huawei.com>
Message-Id: <1517367668-25048-1-git-send-email-wangxinxin.wang@huawei.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/hw/i386/pc.h

index 6598d57..ffee841 100644 (file)
@@ -601,7 +601,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",\