Re: [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

2022-09-19 Thread Reiji Watanabe
Hi Marc, On Mon, Sep 19, 2022 at 2:36 AM Marc Zyngier wrote: > > On Sat, 17 Sep 2022 02:06:00 +0100, > Reiji Watanabe wrote: > > > > Add a test case for KVM_GUESTDBG_SINGLESTEP to the debug-exceptions test. > > The test enables single-step execution from userspace, and check if the > > exit to u

Re: [PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

2022-09-19 Thread Marc Zyngier
On Sat, 17 Sep 2022 02:06:00 +0100, Reiji Watanabe wrote: > > Add a test case for KVM_GUESTDBG_SINGLESTEP to the debug-exceptions test. > The test enables single-step execution from userspace, and check if the > exit to userspace occurs for each instruction that is stepped. > Set the default numb

[PATCH v2 4/4] KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP

2022-09-16 Thread Reiji Watanabe
Add a test case for KVM_GUESTDBG_SINGLESTEP to the debug-exceptions test. The test enables single-step execution from userspace, and check if the exit to userspace occurs for each instruction that is stepped. Set the default number of the test iterations to a number of iterations sufficient to alwa