build: Don't test for KVM xsave support on ARM
Review Request #2758 - Created May 7, 2015 and submitted
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10835:1236685aaba3 --------------------------- 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().
ARM regressions pass. All backends build. Tested building with KVM support on x86 and ARMv8.
Ship It!
