Re: [Xen-devel] [PATCH 2/2] x86/vmx: fix coding style of PML functions

2015-10-20 Thread Tian, Kevin
> From: Kai Huang [mailto:kai.hu...@linux.intel.com] > Sent: Tuesday, October 20, 2015 10:35 AM > > According to Jan's comments, also fix the coding style of for_each_vcpu in > existing PML functions. > > Signed-off-by: Kai Huang Acked-by: Kevin Tian __

Re: [Xen-devel] [PATCH 2/2] x86/vmx: fix coding style of PML functions

2015-10-20 Thread Andrew Cooper
On 20/10/15 03:34, Kai Huang wrote: > According to Jan's comments, also fix the coding style of for_each_vcpu in > existing PML functions. > > Signed-off-by: Kai Huang Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xen.org http:

[Xen-devel] [PATCH 2/2] x86/vmx: fix coding style of PML functions

2015-10-19 Thread Kai Huang
According to Jan's comments, also fix the coding style of for_each_vcpu in existing PML functions. Signed-off-by: Kai Huang --- xen/arch/x86/hvm/vmx/vmcs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vmcs.c b/xen/arch/x86/hvm/vmx/vmcs.c index