Re: [PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout

2024-11-04 Thread Sean Christopherson
On Wed, Oct 09, 2024, Sean Christopherson wrote: > On Fri, 04 Oct 2024 18:01:53 -0400, Maxim Levitsky wrote: > > When memslot_perf_test is run nested, first iteration of > > test_memslot_rw_loop > > testcase, sometimes takes more than 2 seconds due to build of shadow page > > tables. > > > > Fol

Re: [PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout

2024-10-09 Thread Sean Christopherson
On Fri, 04 Oct 2024 18:01:53 -0400, Maxim Levitsky wrote: > When memslot_perf_test is run nested, first iteration of test_memslot_rw_loop > testcase, sometimes takes more than 2 seconds due to build of shadow page > tables. > > Following iterations are fast. > > To be on the safe side, bump the

Re: [PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout

2024-10-07 Thread Liam Merwick
On 04/10/2024 23:01, Maxim Levitsky wrote: > When memslot_perf_test is run nested, first iteration of test_memslot_rw_loop > testcase, sometimes takes more than 2 seconds due to build of shadow page > tables. > > Following iterations are fast. > > To be on the safe side, bump the timeout to 10 s

[PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout

2024-10-04 Thread Maxim Levitsky
When memslot_perf_test is run nested, first iteration of test_memslot_rw_loop testcase, sometimes takes more than 2 seconds due to build of shadow page tables. Following iterations are fast. To be on the safe side, bump the timeout to 10 seconds. Signed-off-by: Maxim Levitsky --- tools/testin