From 0b564e6f53b42cf036d09dafa5037e6be1395bda Mon Sep 17 00:00:00 2001 From: Phil Dennis-Jordan Date: Fri, 20 Jan 2017 15:11:36 +0100 Subject: pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine types Signed-off-by: Phil Dennis-Jordan Message-Id: <1484921496-11257-4-git-send-email-phil@philjordan.eu> Signed-off-by: Paolo Bonzini --- include/hw/i386/pc.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index b89441d..7c0f5a7 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -386,7 +386,11 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); .property = "x-smi-broadcast",\ .value = "off",\ },\ - + {\ + .driver = TYPE_X86_CPU,\ + .property = "vmware-cpuid-freq",\ + .value = "off",\ + }, #define PC_COMPAT_2_7 \ HW_COMPAT_2_7 \ -- cgit v1.1