Re: [Xen-devel] [PATCH v3 16/16] xen/arm: lpae: Switch from bool_t to bool

2017-06-30 Thread Stefano Stabellini
On Fri, 30 Jun 2017, Julien Grall wrote: > On Fri, 30 Jun 2017, 21:12 Stefano Stabellini, wrote: > On Fri, 30 Jun 2017, Julien Grall wrote: > > We are phasing out the use of bool_t in the hypervisor code. > > This is missing your signed-off-by. > > Reviewed-by: Stefano St

Re: [Xen-devel] [PATCH v3 16/16] xen/arm: lpae: Switch from bool_t to bool

2017-06-30 Thread Julien Grall
On Fri, 30 Jun 2017, 21:12 Stefano Stabellini, wrote: > On Fri, 30 Jun 2017, Julien Grall wrote: > > We are phasing out the use of bool_t in the hypervisor code. > > This is missing your signed-off-by. > > Reviewed-by: Stefano Stabellini > Doh. Signed-off-by: Julien Grall Shall I resend the

Re: [Xen-devel] [PATCH v3 16/16] xen/arm: lpae: Switch from bool_t to bool

2017-06-30 Thread Stefano Stabellini
On Fri, 30 Jun 2017, Julien Grall wrote: > We are phasing out the use of bool_t in the hypervisor code. This is missing your signed-off-by. Reviewed-by: Stefano Stabellini > --- > Changes in v3: > - Patch added > --- > xen/include/asm-arm/lpae.h | 6 +++--- > 1 file changed, 3 ins

[Xen-devel] [PATCH v3 16/16] xen/arm: lpae: Switch from bool_t to bool

2017-06-30 Thread Julien Grall
We are phasing out the use of bool_t in the hypervisor code. --- Changes in v3: - Patch added --- xen/include/asm-arm/lpae.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/include/asm-arm/lpae.h b/xen/include/asm-arm/lpae.h index 6fbf7c606c..a62b118630 1