Re: [Xen-devel] [PATCH 4/5] VMX: drop VMCS *_HIGH enumerators

2015-01-21 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Tuesday, January 20, 2015 7:08 PM > > Most of them have been unused since the dropping of 32-bit support, and > the few remaining cases are more efficiently dealt with using a generic > macro (and probably things should have been done that way

Re: [Xen-devel] [PATCH 4/5] VMX: drop VMCS *_HIGH enumerators

2015-01-21 Thread Jan Beulich
>>> On 20.01.15 at 18:57, wrote: > On 20/01/15 11:07, Jan Beulich wrote: >> @@ -1761,15 +1761,15 @@ int nvmx_handle_vmwrite(struct cpu_user_ >> vmcs_encoding = reg_read(regs, decode.reg2); >> __set_vvmcs(nvcpu->nv_vvmcx, vmcs_encoding, operand); >> >> -switch ( vmcs_encoding ) >> +

Re: [Xen-devel] [PATCH 4/5] VMX: drop VMCS *_HIGH enumerators

2015-01-20 Thread Andrew Cooper
On 20/01/15 11:07, Jan Beulich wrote: > Most of them have been unused since the dropping of 32-bit support, and > the few remaining cases are more efficiently dealt with using a generic > macro (and probably things should have been done that way from the > beginning). > > Signed-off-by: Jan Beulich

[Xen-devel] [PATCH 4/5] VMX: drop VMCS *_HIGH enumerators

2015-01-20 Thread Jan Beulich
Most of them have been unused since the dropping of 32-bit support, and the few remaining cases are more efficiently dealt with using a generic macro (and probably things should have been done that way from the beginning). Signed-off-by: Jan Beulich --- As already mentioned in http://lists.xenpro