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

2013-03-18 Thread Christopher Covington
Hi Marc, On 03/04/2013 10:47 PM, Marc Zyngier wrote: As conditionnal instructions can trap on AArch32, add the thinest conditional possible emulation layer to keep 32bit guests happy. [...] diff --git a/arch/arm64/kvm/emulate.c b/arch/arm64/kvm/emulate.c new file mode 100644 index

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

2013-03-04 Thread Marc Zyngier
As conditionnal instructions can trap on AArch32, add the thinest possible emulation layer to keep 32bit guests happy. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm64/include/asm/kvm_emulate.h | 13 ++- arch/arm64/kvm/Makefile | 2 +- arch/arm64/kvm/emulate.c