KVM: arm64: selftests: Add a test case for a linked breakpoint
authorReiji Watanabe <reijiw@google.com>
Thu, 20 Oct 2022 05:42:00 +0000 (22:42 -0700)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Nov 2022 19:03:54 +0000 (19:03 +0000)
commit142365932f5f296df593dd653d79194ff5457722
tree5d282fc1d1389697abb77bc5c6c3156a59e1d932
parent5dd544e882d96d43b363c5ef64683281f2a386d9
KVM: arm64: selftests: Add a test case for a linked breakpoint

Currently, the debug-exceptions test doesn't have a test case for
a linked breakpoint. Add a test case for the linked breakpoint to
the test. The new test case uses a pair of breakpoints. One is the
higiest numbered context-aware breakpoint (for Context ID match),
and the other one is the breakpoint#0 (for Address Match), which
is linked to the context-aware breakpoint.

Signed-off-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20221020054202.2119018-8-reijiw@google.com
tools/testing/selftests/kvm/aarch64/debug-exceptions.c