FROMGIT: KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
The AArch32 CP14 DBGDIDR has bit 15 set to RES1, which our current emulation doesn't set. Just add the missing bit. Reported-by:Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Eric Auger <eric.auger@redhat.com> Reviewed-by:
Alexandru Elisei <alexandru.elisei@arm.com> Signed-off-by:
Marc Zyngier <maz@kernel.org> (cherry picked from commit bea7e97f git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git next) Signed-off-by:
Will Deacon <willdeacon@google.com> Change-Id: I2d85bf57a967ad089a0b1cda47fb49e275379a62 Bug: 178098380 Test: atest VirtualizationHostTestCases on an EL2-enabled device
Loading
Please sign in to comment