Re: [RFC PATCH v5 10/10] KVM: selftests: Add a test for kvm page table code

2021-03-29 Thread wangyanan (Y)
Hi Drew, Thanks for having a look. On 2021/3/29 19:38, Andrew Jones wrote: On Tue, Mar 23, 2021 at 09:52:31PM +0800, Yanan Wang wrote: This test serves as a performance tester and a bug reproducer for kvm page table code (GPA->HPA mappings), so it gives guidance for people trying to make some im

Re: [RFC PATCH v5 10/10] KVM: selftests: Add a test for kvm page table code

2021-03-29 Thread Andrew Jones
On Tue, Mar 23, 2021 at 09:52:31PM +0800, Yanan Wang wrote: > This test serves as a performance tester and a bug reproducer for > kvm page table code (GPA->HPA mappings), so it gives guidance for > people trying to make some improvement for kvm. > > The function guest_code() can cover the conditio

Re: [RFC PATCH v5 10/10] KVM: selftests: Add a test for kvm page table code

2021-03-23 Thread wangyanan (Y)
Hi Drew, BTW, any thoughts about the change in this patch? :) Thanks, Yanan On 2021/3/23 21:52, Yanan Wang wrote: This test serves as a performance tester and a bug reproducer for kvm page table code (GPA->HPA mappings), so it gives guidance for people trying to make some improvement for kvm.