linux/tools/testing/selftests/kvm/lib
Andrew Jones 6c930268bc kvm: selftests: vcpu_setup: set cr4.osfxsr
Guest code may want to call functions that have variable arguments.
To do so, we either need to compile with -mno-sse or enable SSE in
the VCPUs. As it should be pretty safe to turn on the feature, and
-mno-sse would make linking test code with standard libraries
difficult, we choose the feature enabling.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-10-17 00:26:02 +02:00
..
assert.c selftests: kvm: return Kselftest Skip code for skipped tests 2018-05-30 15:29:05 -06:00
elf.c
io.c
kvm_util.c kvm: selftests: Add platform_info_test 2018-09-20 00:51:47 +02:00
kvm_util_internal.h kvm: selftests: add basic test for state save and restore 2018-08-06 17:32:04 +02:00
sparsebit.c kvm: selftests: fix spelling mistake: "divisable" and "divisible" 2018-04-10 17:20:03 +02:00
vmx.c KVM: selftests: add tests for shadow VMCS save/restore 2018-08-06 17:58:44 +02:00
x86.c kvm: selftests: vcpu_setup: set cr4.osfxsr 2018-10-17 00:26:02 +02:00