linux/tools/testing/selftests/kvm
Thomas Huth 319f6f97e3 KVM: selftests: Compile code with warnings enabled
So far the KVM selftests are compiled without any compiler warnings
enabled. That's quite bad, since we miss a lot of possible bugs this
way. Let's enable at least "-Wall" and some other useful warning flags
now, and fix at least the trivial problems in the code (like unused
variables).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-05-24 21:27:05 +02:00
..
include tests: kvm: Add tests for KVM_SET_NESTED_STATE 2019-05-08 14:12:09 +02:00
lib KVM: selftests: Compile code with warnings enabled 2019-05-24 21:27:05 +02:00
x86_64 KVM: selftests: Compile code with warnings enabled 2019-05-24 21:27:05 +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: Compile code with warnings enabled 2019-05-24 21:27:05 +02:00
Makefile KVM: selftests: Compile code with warnings enabled 2019-05-24 21:27:05 +02:00