summaryrefslogtreecommitdiffstats
path: root/hw/input
diff options
context:
space:
mode:
authorRadim Krčmář2015-07-09 21:07:39 +0200
committerEduardo Habkost2015-07-15 22:05:59 +0200
commit3046bb5debc8153a542acb1df93b2a1a85527a15 (patch)
tree0adaf06898e5e9dc7c0fe6dbc20a1324feac6bea /hw/input
parenttarget-i386: Don't strdup() alias property name (diff)
downloadqemu-3046bb5debc8153a542acb1df93b2a1a85527a15.tar.gz
qemu-3046bb5debc8153a542acb1df93b2a1a85527a15.tar.xz
qemu-3046bb5debc8153a542acb1df93b2a1a85527a15.zip
target-i386: emulate CPUID level of real hardware
W10 insider has a bug where it ignores CPUID level and interprets CPUID.(EAX=07H, ECX=0H) incorrectly, because CPUID in fact returned CPUID.(EAX=04H, ECX=0H); this resulted in execution of unsupported instructions. While it's a Windows bug, there is no reason to emulate incorrect level. I used http://instlatx64.atw.hu/ as a source of CPUID and checked that it matches Penryn Xeon X5472, Westmere Xeon W3520, SandyBridge i5-2540M, and Haswell i5-4670T. kvm64 and qemu64 were bumped to 0xD to allow all available features for them (and to avoid the same Windows bug). Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/input')
0 files changed, 0 insertions, 0 deletions