Message ID | 20221019221321.3033920-1-coltonlewis@google.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: selftests: randomize memory access of dirty_log_perf_test | expand |
On Wed, Oct 19, 2022, Colton Lewis wrote: > Add the ability to randomize parts of dirty_log_perf_test, > specifically the order pages are accessed and whether pages are read > or written. > > v7: > > Encapsulate the random state inside a struct. Add detail to names of > those functions. Change interface so random function returns the next > random number rather than using an out parameter. > > Rebased to kvm/queue to ensure freshness. > > Colton Lewis (3): > KVM: selftests: implement random number generation for guest code > KVM: selftests: randomize which pages are written vs read > KVM: selftests: randomize page access order A few mechanical comments, but otherwise looks good.