diff options
author | Wang Xin | 2018-01-31 04:01:08 +0100 |
---|---|---|
committer | Eduardo Habkost | 2018-03-16 20:29:07 +0100 |
commit | 0ab126f165b04cce4a6e641d6bfce2ffd8a7cf62 (patch) | |
tree | 9fc7ae09ab5345176f97dbdb6d59e2f8dbab91ec /include/hw/i386/pc.h | |
parent | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180316' into staging (diff) | |
download | qemu-0ab126f165b04cce4a6e641d6bfce2ffd8a7cf62.tar.gz qemu-0ab126f165b04cce4a6e641d6bfce2ffd8a7cf62.tar.xz qemu-0ab126f165b04cce4a6e641d6bfce2ffd8a7cf62.zip |
pc: correct misspelled CPU model-id for pc 2.2
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>
Diffstat (limited to 'include/hw/i386/pc.h')
-rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 6598d571a0..ffee8413f0 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -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",\ |