On Mon, Jul 19, 2021 at 05:03:40PM +0100, Fuad Tabba wrote: > Add hardware configuration register bit definitions for HCR_EL2 > and MDCR_EL2. Future patches toggle these hyp configuration > register bits to trap on certain accesses. > > No functional change intended. > > Signed-off-by: Fuad Tabba <tabba@xxxxxxxxxx> > --- > arch/arm64/include/asm/kvm_arm.h | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) I checked all of these against the Arm ARM and they look correct to me: Acked-by: Will Deacon <will@xxxxxxxxxx> Will