From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH v2 0/3] Xen VMware tools support Date: Mon, 01 Sep 2014 14:14:11 -0400 Message-ID: <5404B773.6000108@terremark.com> References: <1409585629-25840-1-git-send-email-dslutz@verizon.com> <5404B6A1020000780002F915@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5404B6A1020000780002F915@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Tim Deegan , Kevin Tian , Keir Fraser , Ian Campbell , Stefano Stabellini , Jun Nakajima , Andrew Cooper , Ian Jackson , Don Slutz , xen-devel@lists.xen.org, Eddie Dong , Aravind Gopalakrishnan , Suravee Suthikulpanit , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On 09/01/14 12:10, Jan Beulich wrote: >>>> On 01.09.14 at 17:33, wrote: >> changes RFC to v2: >> >> Jan Beulich: >> Add xen/arch/x86/hvm/vmware.c for cpuid_vmware_leaves >> Fewer patches >> [...] >> xen/arch/x86/hvm/vmport/Makefile | 1 + >> xen/arch/x86/hvm/vmport/backdoor_def.h | 167 +++ >> xen/arch/x86/hvm/vmport/guest_msg_def.h | 87 ++ >> xen/arch/x86/hvm/vmport/includeCheck.h | 17 + >> xen/arch/x86/hvm/vmport/vmport.c | 1436 ++++++++++++++++++++++++++ >> xen/arch/x86/hvm/vmware.c | 85 ++ > I don't think you should be adding a new fine in hvm/ _and_ a > new subdirectory. If VMware support requires more than one > file, everything should probably go into hvm/vmware/. Sure. -Don Slutz > Jan >