Re: [Xen-devel] [PATCH 1/3] x86/vmx: Misc cleanup to vmx_update_guest_cr()

2017-10-09 Thread Tian, Kevin
> From: Andrew Cooper [mailto:andrew.coop...@citrix.com] > Sent: Saturday, September 30, 2017 2:31 AM > > * Drop trailing whitespace > * Fix indendation and newlines > * Use bool where appropriate > > No functional change. > > Signed-off-by: Andrew Cooper Acked-by: Kevin Tian

Re: [Xen-devel] [PATCH 1/3] x86/vmx: Misc cleanup to vmx_update_guest_cr()

2017-10-03 Thread Roger Pau Monné
On Fri, Sep 29, 2017 at 06:31:01PM +, Andrew Cooper wrote: > * Drop trailing whitespace > * Fix indendation and newlines > * Use bool where appropriate > > No functional change. > > Signed-off-by: Andrew Cooper Reviewed-by: Roger Pau Monné Thanks, Roger. __

[Xen-devel] [PATCH 1/3] x86/vmx: Misc cleanup to vmx_update_guest_cr()

2017-09-29 Thread Andrew Cooper
* Drop trailing whitespace * Fix indendation and newlines * Use bool where appropriate No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Jun Nakajima CC: Kevin Tian --- xen/arch/x86/hvm/vmx/vmx.c | 25 +++-- 1 file changed, 15 insertions(+), 10