On 30/08/18 15:54, Jan Beulich wrote:
>>>> On 28.08.18 at 19:39, <andrew.coop...@citrix.com> wrote:
>> The suffix and prefix are redundant, and the name is curiously odd.  Rename 
>> it
>> to vmx_vcpu to be consistent with all the other similar structures.
>>
>> No functional change.
>>
>> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
>> ---
>> CC: Jan Beulich <jbeul...@suse.com>
>> CC: Wei Liu <wei.l...@citrix.com>
>> CC: Roger Pau Monné <roger....@citrix.com>
>> CC: Jun Nakajima <jun.nakaj...@intel.com>
>> CC: Kevin Tian <kevin.t...@intel.com>
>>
>> Some of the local pointers are named arch_vmx.  I'm open to renaming them to
>> just vmx (like all the other local pointers) if people are happy with the
>> additional patch delta.
> I'd be fine with that. With or without
> Acked-by: Jan Beulich <jbeul...@suse.com>

TBH, I was hoping for a comment from Kevin on this question.

Given that the net diffstat including the pointer renames is:

andrewcoop@andrewcoop:/local/xen.git/xen$ git d HEAD^ --stat
 xen/arch/x86/hvm/vmx/vmcs.c        | 44
++++++++++++++++++++++----------------------
 xen/arch/x86/hvm/vmx/vmx.c         |  4 ++--
 xen/include/asm-x86/hvm/vcpu.h     |  2 +-
 xen/include/asm-x86/hvm/vmx/vmcs.h |  2 +-
 4 files changed, 26 insertions(+), 26 deletions(-)

I've decided to go ahead and do them, to improve the eventual code
consistency.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to