]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Mar 2025 13:05:34 +0000 (09:05 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Mar 2025 13:05:34 +0000 (09:05 -0400)
commit783e9cd05cd015ac509ffc358e92f1d71f47500c
treef83f490a35450005372eba672790468d03d07575
parent9b47f288eb67b1081d20456d391ef12a47374e09
parent62838fa5eade1b23d546e81e7aab6d4c92ec12f2
Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEAD

KVM selftests changes for 6.15, part 2

 - Fix a variety of flaws, bugs, and false failures/passes dirty_log_test, and
   improve its coverage by collecting all dirty entries on each iteration.

 - Fix a few minor bugs related to handling of stats FDs.

 - Add infrastructure to make vCPU and VM stats FDs available to tests by
   default (open the FDs during VM/vCPU creation).

 - Relax an assertion on the number of HLT exits in the xAPIC IPI test when
   running on a CPU that supports AMD's Idle HLT (which elides interception of
   HLT if a virtual IRQ is pending and unmasked).

 - Misc cleanups and fixes.
tools/testing/selftests/kvm/include/x86/processor.h
tools/testing/selftests/kvm/x86/xapic_ipi_test.c