[PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
Ricardo Koller
ricarkol at google.com
Fri Sep 9 12:57:13 PDT 2022
On Thu, Aug 25, 2022 at 10:21:49AM -0700, Oliver Upton wrote:
> On Wed, Aug 24, 2022 at 10:08:41PM -0700, Reiji Watanabe wrote:
> > Add helpers to enable breakpoint and watchpoint exceptions.
> >
> > Signed-off-by: Reiji Watanabe <reijiw at google.com>
> > ---
> > .../selftests/kvm/aarch64/debug-exceptions.c | 25 ++++++++++---------
> > 1 file changed, 13 insertions(+), 12 deletions(-)
> >
> > diff --git a/tools/testing/selftests/kvm/aarch64/debug-exceptions.c b/tools/testing/selftests/kvm/aarch64/debug-exceptions.c
> > index 183ee16acb7d..713c7240b680 100644
> > --- a/tools/testing/selftests/kvm/aarch64/debug-exceptions.c
> > +++ b/tools/testing/selftests/kvm/aarch64/debug-exceptions.c
> > @@ -128,10 +128,20 @@ static void enable_os_lock(void)
> > GUEST_ASSERT(read_sysreg(oslsr_el1) & 2);
> > }
> >
> > +static void enable_debug_bwp_exception(void)
>
> uber-nit: enable_monitor_debug_exceptions()
>
> (more closely matches the definition of MDSCR_EL1.MDE)
oh, didn't know the MDE was for monitor debug exc. Anyway:
Reviewed-by: Ricardo Koller <ricarkol at google.com>
>
> With that:
>
> Reviewed-by: Oliver Upton <oliver.upton at linux.dev>
>
> --
> Thanks,
> Oliver
> _______________________________________________
> kvmarm mailing list
> kvmarm at lists.cs.columbia.edu
> https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
More information about the linux-arm-kernel
mailing list