[PATCH v4 29/32] arm64: KVM: enable initialization of a 32bit vcpu
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2013-05-23 11:08:37
Also in:
kvm
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2013-05-23 11:08:37
Also in:
kvm
On Tue, May 14, 2013 at 03:13:57PM +0100, Marc Zyngier wrote:
Wire the init of a 32bit vcpu by allowing 32bit modes in pstate, and providing sensible defaults out of reset state. This feature is of course conditioned by the presence of 32bit capability on the physical CPU, and is checked by the KVM_CAP_ARM_EL1_32BIT capability. Signed-off-by: Marc Zyngier <redacted>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>