Re: [Xen-devel] [v2] VMX: replace some plain numbers

2015-04-16 Thread Tian, Kevin
> From: Li, Liang Z > Sent: Friday, April 17, 2015 4:50 AM > > ... making the code better document itself. No functional change > intended. > > Signed-off-by: Liang Li Acked-by: Kevin Tian > --- > xen/arch/x86/hvm/vmx/vmx.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-)

Re: [Xen-devel] [v2] VMX: replace some plain numbers

2015-04-16 Thread Li, Liang Z
> > >>> On 16.04.15 at 22:49, wrote: > > ... making the code better document itself. No functional change > > intended. > > > > Signed-off-by: Liang Li > > --- > > From looking at it I can't see what the difference to v1 is, and you also > don't > say anything in that regard here. > > Jan In

Re: [Xen-devel] [v2] VMX: replace some plain numbers

2015-04-16 Thread Jan Beulich
>>> On 16.04.15 at 22:49, wrote: > ... making the code better document itself. No functional change > intended. > > Signed-off-by: Liang Li > --- >From looking at it I can't see what the difference to v1 is, and you also don't say anything in that regard here. Jan ___

[Xen-devel] [v2] VMX: replace some plain numbers

2015-04-16 Thread Liang Li
... making the code better document itself. No functional change intended. Signed-off-by: Liang Li --- xen/arch/x86/hvm/vmx/vmx.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index 6c4f78c..892a3bc 100644