diff options
author | Andrew Jones | 2018-09-18 19:54:24 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-10-17 00:26:02 +0200 |
commit | 6c930268bcc4cef62194daf151097d2b94f67718 (patch) | |
tree | 22049c548e5af74ca3432bbe333da3e37cc05986 /tools/testing/selftests/kvm/include/kvm_util.h | |
parent | KVM: LAPIC: Tune lapic_timer_advance_ns automatically (diff) | |
download | kernel-qcow2-linux-6c930268bcc4cef62194daf151097d2b94f67718.tar.gz kernel-qcow2-linux-6c930268bcc4cef62194daf151097d2b94f67718.tar.xz kernel-qcow2-linux-6c930268bcc4cef62194daf151097d2b94f67718.zip |
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>
Diffstat (limited to 'tools/testing/selftests/kvm/include/kvm_util.h')
0 files changed, 0 insertions, 0 deletions