]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.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)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Nov 2012 20:24:11 +0000 (14:24 -0600)
commite1e54f3fbee6c0652e19182f4c747de172cbe8b1
tree9a47deec35e8db163a76884b120df050221e2721
parentfa5358c69d090d13f762f545d39c5e03124dfdd8
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>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/cpu.c