Re: [PATCH v3 29/32] arm64: KVM: 32bit guest fault injection

2013-04-24 Thread Christoffer Dall
On Wed, Apr 24, 2013 at 6:46 AM, Marc Zyngier wrote: > On 24/04/13 00:02, Christoffer Dall wrote: >> On Mon, Apr 08, 2013 at 05:17:31PM +0100, Marc Zyngier wrote: >>> Add fault injection capability for 32bit guests. >> >> looks ok, but seems we are duplicating some functionality here, but I >> rea

Re: [PATCH v3 29/32] arm64: KVM: 32bit guest fault injection

2013-04-24 Thread Marc Zyngier
On 24/04/13 00:02, Christoffer Dall wrote: > On Mon, Apr 08, 2013 at 05:17:31PM +0100, Marc Zyngier wrote: >> Add fault injection capability for 32bit guests. > > looks ok, but seems we are duplicating some functionality here, but I > realize it may not be that easy to share due to different defin

Re: [PATCH v3 29/32] arm64: KVM: 32bit guest fault injection

2013-04-23 Thread Christoffer Dall
On Mon, Apr 08, 2013 at 05:17:31PM +0100, Marc Zyngier wrote: > Add fault injection capability for 32bit guests. looks ok, but seems we are duplicating some functionality here, but I realize it may not be that easy to share due to different define names for things like PSR_X_BIT... Did you look f

[PATCH v3 29/32] arm64: KVM: 32bit guest fault injection

2013-04-08 Thread Marc Zyngier
Add fault injection capability for 32bit guests. Reviewed-by: Christopher Covington Signed-off-by: Marc Zyngier --- arch/arm64/kvm/inject_fault.c | 79 ++- 1 file changed, 78 insertions(+), 1 deletion(-) diff --git a/arch/arm64/kvm/inject_fault.c b/arch/