Re: [Xen-devel] [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch

2016-09-06 Thread Julien Grall
On 31/08/16 20:43, Stefano Stabellini wrote: On Tue, 16 Aug 2016, Julien Grall wrote: Hi Stefano, On 16/08/2016 01:21, Stefano Stabellini wrote: On Thu, 28 Jul 2016, Julien Grall wrote: A follow-up patch will add more case to the switch that will require the IPA. So move the computation out

Re: [Xen-devel] [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch

2016-08-31 Thread Stefano Stabellini
On Tue, 16 Aug 2016, Julien Grall wrote: > Hi Stefano, > > On 16/08/2016 01:21, Stefano Stabellini wrote: > > On Thu, 28 Jul 2016, Julien Grall wrote: > > > A follow-up patch will add more case to the switch that will require the > > > IPA. So move the computation out of the switch. > > > > > > S

Re: [Xen-devel] [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch

2016-08-31 Thread Julien Grall
Hi Stefano, On 16/08/16 17:20, Julien Grall wrote: On 16/08/2016 01:21, Stefano Stabellini wrote: On Thu, 28 Jul 2016, Julien Grall wrote: A follow-up patch will add more case to the switch that will require the IPA. So move the computation out of the switch. Signed-off-by: Julien Grall ---

Re: [Xen-devel] [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch

2016-08-16 Thread Julien Grall
Hi Stefano, On 16/08/2016 01:21, Stefano Stabellini wrote: On Thu, 28 Jul 2016, Julien Grall wrote: A follow-up patch will add more case to the switch that will require the IPA. So move the computation out of the switch. Signed-off-by: Julien Grall --- xen/arch/arm/traps.c | 36 +

Re: [Xen-devel] [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch

2016-08-15 Thread Stefano Stabellini
On Thu, 28 Jul 2016, Julien Grall wrote: > A follow-up patch will add more case to the switch that will require the > IPA. So move the computation out of the switch. > > Signed-off-by: Julien Grall > --- > xen/arch/arm/traps.c | 36 ++-- > 1 file changed, 18 inser

[Xen-devel] [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch

2016-07-28 Thread Julien Grall
A follow-up patch will add more case to the switch that will require the IPA. So move the computation out of the switch. Signed-off-by: Julien Grall --- xen/arch/arm/traps.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/xen/arch/arm/tr