]> www.infradead.org Git - nvme.git/commit
Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:55:27 +0000 (09:55 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:55:27 +0000 (09:55 -0400)
commitdbfd50cb4512990c3619e72d9d4c9a31352aba8f
tree880fef0f60fe4964bc96f4d96e9f12f95d7f94d8
parentcda231cd42f5d6c4f054071f7fce4f1fe0423e13
parent4669de42aa6c78669975d58c92433cdedeb7c2c3
Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEAD

KVM selftests for 6.11

 - Remove dead code in the memslot modification stress test.

 - Treat "branch instructions retired" as supported on all AMD Family 17h+ CPUs.

 - Print the guest pseudo-RNG seed only when it changes, to avoid spamming the
   log for tests that create lots of VMs.

 - Make the PMU counters test less flaky when counting LLC cache misses by
   doing CLFLUSH{OPT} in every loop iteration.