build: Don't test for KVM xsave support on ARM
authorAndreas Sandberg <andreas.sandberg@arm.com>
Sat, 23 May 2015 12:37:18 +0000 (13:37 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Sat, 23 May 2015 12:37:18 +0000 (13:37 +0100)
commit12e91f701b4d4ecfd1a7d9ed92ed1e11c06bb69c
treee5472d56a3086d2de0d18d14a843d052788fa974
parentcba3a125e1b7af015a736d44ab84a36129ee6890
build: Don't test for KVM xsave support on ARM

The current build tests for KVM unconditionally check for xsave
support. This obviously never works on ARM since xsave is
x86-specific. This changeset refactors the build tests probing for KVM
support and moves the xsave test to an x86-specific section of
is_isa_kvm_compatible().
SConstruct