]> git.proxmox.com Git - qemu.git/commit
target-i386/cpu: Add missing flags to Haswell CPU model
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 22 Nov 2012 15:31:03 +0000 (13:31 -0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 26 Nov 2012 15:55:33 +0000 (16:55 +0100)
commit80ae416058d8941824f450343781183618555415
treeb224006a5b6f7677d3e9b6b8455288f18107e831
parentcab1e8f3e37d8e883c270e3afd9c7c1c18332f0e
target-i386/cpu: Add missing flags to Haswell CPU model

When adding the Haswell CPU model, I intended to make it a superset of the
features present on the SandyBridge model, but I have removed the SEP and
RDTSCP features from the feature list by mistake. This patch adds the
missing SEP and RDTSCP features (that are present on SandyBridge) to
Haswell.

Reported-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c