Message ID | 20210713203742.29680-1-drjones@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: selftests: a couple fixes | expand |
On Tue, 13 Jul 2021 22:37:40 +0200, Andrew Jones wrote: > The first removes a compiler warning. The second does what a 6 patch > patch series wanted to do, but apparently got too distracted with > the preparation refactoring to actually do... > > Andrew Jones (2): > KVM: selftests: change pthread_yield to sched_yield > KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu > sublist > > [...] Applied to fixes, thanks! [1/2] KVM: selftests: change pthread_yield to sched_yield commit: bac0b135907855e9f8c032877c3df3c60885a08f [2/2] KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist commit: 5cf17746b302aa32a4f200cc6ce38865bfe4cf94 Cheers, M.