Re: [PATCH v4 24/32] arm64: KVM: 32bit conditional execution emulation

2013-05-23 Thread Catalin Marinas
On Tue, May 14, 2013 at 03:13:52PM +0100, Marc Zyngier wrote: As conditional instructions can trap on AArch32, add the thinest possible emulation layer to keep 32bit guests happy. Reviewed-by: Christopher Covington c...@codeaurora.org Signed-off-by: Marc Zyngier marc.zyng...@arm.com

[PATCH v4 24/32] arm64: KVM: 32bit conditional execution emulation

2013-05-14 Thread Marc Zyngier
As conditional instructions can trap on AArch32, add the thinest possible emulation layer to keep 32bit guests happy. Reviewed-by: Christopher Covington c...@codeaurora.org Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm64/include/asm/kvm_emulate.h | 13 ++-