-
- Downloads
Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: "A small fix to the reported set of supported CPUID bits, and selftests fixes: - Skip tests that require EPT when it is not available - Do not hang when a test fails with an empty stack trace - avoid spurious failure when running access_tracking_perf_test in a KVM guest - work around GCC's tendency to optimize loops into mem*() functions, which breaks because the guest code in selftests cannot call into PLTs - fix -Warray-bounds error in fix_hypercall_test" * tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: selftests: Compare insn opcodes directly in fix_hypercall_test KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest KVM: selftests: Gracefully handle empty stack traces KVM: selftests: replace assertion with warning in access_tracking_perf_test KVM: selftests: Skip tests that require EPT when it is not available
Showing
- arch/x86/kvm/cpuid.c 0 additions, 2 deletionsarch/x86/kvm/cpuid.c
- tools/testing/selftests/kvm/Makefile 10 additions, 1 deletiontools/testing/selftests/kvm/Makefile
- tools/testing/selftests/kvm/access_tracking_perf_test.c 16 additions, 9 deletionstools/testing/selftests/kvm/access_tracking_perf_test.c
- tools/testing/selftests/kvm/include/x86_64/vmx.h 1 addition, 0 deletionstools/testing/selftests/kvm/include/x86_64/vmx.h
- tools/testing/selftests/kvm/lib/assert.c 13 additions, 7 deletionstools/testing/selftests/kvm/lib/assert.c
- tools/testing/selftests/kvm/lib/string_override.c 39 additions, 0 deletionstools/testing/selftests/kvm/lib/string_override.c
- tools/testing/selftests/kvm/lib/x86_64/vmx.c 20 additions, 0 deletionstools/testing/selftests/kvm/lib/x86_64/vmx.c
- tools/testing/selftests/kvm/x86_64/fix_hypercall_test.c 16 additions, 18 deletionstools/testing/selftests/kvm/x86_64/fix_hypercall_test.c
Loading
Please register or sign in to comment