Re: [Xen-devel] [PATCH 1/8] x86/irq.c: use plain bool

2017-06-29 Thread Wei Liu
On Thu, Jun 29, 2017 at 12:53:21AM -0600, Jan Beulich wrote: > >>> Andrew Cooper 06/28/17 4:30 PM >>> > >On 28/06/17 15:18, Wei Liu wrote: > >> --- a/xen/arch/x86/irq.c > >> +++ b/xen/arch/x86/irq.c > >> @@ -29,7 +29,7 @@ > >> static void parse_irq_vector_map_param(char *s); > >> > >> /* opt_n

Re: [Xen-devel] [PATCH 1/8] x86/irq.c: use plain bool

2017-06-28 Thread Jan Beulich
>>> Andrew Cooper 06/28/17 4:30 PM >>> >On 28/06/17 15:18, Wei Liu wrote: >> --- a/xen/arch/x86/irq.c >> +++ b/xen/arch/x86/irq.c >> @@ -29,7 +29,7 @@ >> static void parse_irq_vector_map_param(char *s); >> >> /* opt_noirqbalance: If true, software IRQ balancing/affinity is disabled. >> */ >>

Re: [Xen-devel] [PATCH 1/8] x86/irq.c: use plain bool

2017-06-28 Thread Andrew Cooper
On 28/06/17 15:18, Wei Liu wrote: > Replace bool_t with bool and adjust code accordingly. > > Signed-off-by: Wei Liu > --- > xen/arch/x86/irq.c | 25 + > 1 file changed, 13 insertions(+), 12 deletions(-) > > diff --git a/xen/arch/x86/irq.c b/xen/arch/x86/irq.c > index 1136