linux/tools/testing/selftests/kvm
Thomas Huth c795720629 KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard
struct kvm_nested_state is only available on x86 so far. To be able
to compile the code on other architectures as well, we need to wrap
the related code with #ifdefs.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-05-24 21:27:17 +02:00
..
include KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard 2019-05-24 21:27:17 +02:00
lib KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard 2019-05-24 21:27:17 +02:00
x86_64 KVM: selftests: do not blindly clobber registers in guest asm 2019-05-24 21:27:10 +02:00
.gitignore tests: kvm: Add tests for KVM_SET_NESTED_STATE 2019-05-08 14:12:09 +02:00
clear_dirty_log_test.c kvm: introduce manual dirty log reprotect 2018-12-14 12:34:19 +01:00
dirty_log_test.c kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size 2019-05-24 21:27:15 +02:00
Makefile KVM: selftests: Compile code with warnings enabled 2019-05-24 21:27:05 +02:00