]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.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>
Mon, 12 Aug 2013 15:33:28 +0000 (17:33 +0200)
commit56383703c060777fd01aaf8d63d5f46d660e9fb9
tree3e88a6dd86c3d60312bbf74034735935c42f1a72
parent8f3067bd86485f8cd03abc940ddb2b8467ef3627
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>
hw/i386/pc_piix.c
hw/i386/pc_q35.c