Re: [PATCH v4 02/18] KVM: arm64: selftests: Add sysreg.h

From: Andrew Jones
Date: Thu Sep 09 2021 - 02:53:47 EST


On Wed, Sep 08, 2021 at 10:47:31PM -0400, Oliver Upton wrote:
> Hi Raghu,
>
> On Wed, Sep 8, 2021 at 9:38 PM Raghavendra Rao Ananta
> <rananta@xxxxxxxxxx> wrote:
> >
> > Bring-in the kernel's arch/arm64/include/asm/sysreg.h
> > into selftests to make use of all the standard
> > register definitions in consistence with the kernel.
> >
> > Signed-off-by: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
> > ---
> > .../selftests/kvm/include/aarch64/sysreg.h | 1278 +++++++++++++++++
> > 1 file changed, 1278 insertions(+)
> > create mode 100644 tools/testing/selftests/kvm/include/aarch64/sysreg.h
>
> This belongs in tools/arch/arm64/include/asm/sysreg.h, I believe.
>

Yes, that's also where I expected it to land.

Thanks,
drew