Re: [Xen-devel] [PATCH for-next v3 05/22] x86/pv: clean up emulate.c

2017-05-29 Thread Jan Beulich
>>> On 18.05.17 at 19:09, wrote: > Fix coding style issues. Replace bool_t with bool. Add spaces around > binary ops. For these it would probably be fine to do them while moving the code. But you did the extra work to put this into a separate patch, so I'm not going to object to this approach. >

[Xen-devel] [PATCH for-next v3 05/22] x86/pv: clean up emulate.c

2017-05-18 Thread Wei Liu
Fix coding style issues. Replace bool_t with bool. Add spaces around binary ops. Use unsigned integer for shifting. Eliminate TOGGLE_MODE. Signed-off-by: Wei Liu Signed-off-by: Andrew Cooper --- xen/arch/x86/pv/emulate.c | 123 -- 1 file changed, 63 i