x86: enable VIA CPU support
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Sep 2012 15:02:46 +0000 (17:02 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Sep 2012 15:02:46 +0000 (17:02 +0200)
commit1b33d3acd1a7550b858379f38e01e085dc444d08
tree7c97db23a20fa3e9c258e53e81952cabddd4702a
parent508609eec58f748a1f86953322e6ac32ae0b3c19
x86: enable VIA CPU support

Newer VIA CPUs have both 64-bit and VMX support. Enable them to be
recognized for these purposes, at once stripping off any 32-bit CPU
only bits from the respective CPU support file, and adding 64-bit ones
found in recent Linux.

This particularly implies untying the VMX == Intel assumption in a few
places.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
12 files changed:
xen/arch/x86/acpi/suspend.c
xen/arch/x86/cpu/Makefile
xen/arch/x86/cpu/centaur.c
xen/arch/x86/cpu/common.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/nestedhvm.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/viridian.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/mm/mem_event.c
xen/arch/x86/mm/p2m.c
xen/arch/x86/x86_64/traps.c