Re: [Xen-devel] [PATCH v7 07/12] x86/hvm/ioreq: use bool rather than bool_t

2017-09-25 Thread Jan Beulich
>>> On 18.09.17 at 17:31, wrote: > This patch changes use of bool_t to bool in the ioreq server code. It also > fixes an incorrect indentation in a continuation line. > > This patch is purely cosmetic. No semantic or functional change. > > Signed-off-by: Paul Durrant > Reviewed-by: Roger Pau Mo

[Xen-devel] [PATCH v7 07/12] x86/hvm/ioreq: use bool rather than bool_t

2017-09-18 Thread Paul Durrant
This patch changes use of bool_t to bool in the ioreq server code. It also fixes an incorrect indentation in a continuation line. This patch is purely cosmetic. No semantic or functional change. Signed-off-by: Paul Durrant Reviewed-by: Roger Pau Monné Reviewed-by: Wei Liu --- Cc: Jan Beulich