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

2017-09-07 Thread Wei Liu
On Tue, Sep 05, 2017 at 12:37:11PM +0100, Paul Durrant 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

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

2017-09-05 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é --- Cc: Jan Beulich Cc: Andrew Cooper ---