]> git.ipfire.org Git - thirdparty/qemu.git/commit
pc: Remove PCLMULQDQ from Westmere on pc-*-1.4 and older
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 9 Aug 2013 14:11:36 +0000 (11:11 -0300)
committerAndreas Färber <afaerber@suse.de>
Tue, 13 Aug 2013 17:18:02 +0000 (19:18 +0200)
commit9975e9916e70933315441616860a4b555b825e0d
tree83702c2dada0a6cd8b59d0d83e17d920179845ba
parent58ef8c530ca5d265f575ef88e93c0214d5740b0a
pc: Remove PCLMULQDQ from Westmere on pc-*-1.4 and older

Commit 41cb383f42d0cb51d8e3e25e3ecebc954dd4196f made a guest-visible
change by adding the PCLMULQDQ bit to Westmere without adding
compatibility code to keep the ABI for older machine-types.
Fix it by adding the missing compat code.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
(cherry picked from commit 56383703c060777fd01aaf8d63d5f46d660e9fb9)

Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/i386/pc_piix.c
hw/i386/pc_q35.c