Re: [Xen-devel] [PATCH 5/6] x86/shadow: Clean up the MMIO fastpath helpers

2018-08-21 Thread Wei Liu
On Wed, Aug 15, 2018 at 07:34:36PM +0100, Andrew Cooper wrote: > Use bool when appropraite, remove extranious brackets and fix up comment > style. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Wei Liu ___ Xen-devel mailing

Re: [Xen-devel] [PATCH 5/6] x86/shadow: Clean up the MMIO fastpath helpers

2018-08-16 Thread Roger Pau Monné
On Wed, Aug 15, 2018 at 07:34:36PM +0100, Andrew Cooper wrote: > Use bool when appropraite, remove extranious brackets and fix up comment > style. > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Roger Pau Monné Just one nit... > -static inline u32

[Xen-devel] [PATCH 5/6] x86/shadow: Clean up the MMIO fastpath helpers

2018-08-15 Thread Andrew Cooper
Use bool when appropraite, remove extranious brackets and fix up comment style. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Tim Deegan CC: Wei Liu CC: Roger Pau Monné --- xen/arch/x86/mm/shadow/types.h | 22 -- 1 file changed, 12