From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [RFC PATCH 05/10] vmport: Add VMware provided include files. Date: Wed, 18 Dec 2013 19:54:37 -0500 Message-ID: <52B243CD.4030608@terremark.com> References: <1386875718-28166-1-git-send-email-dslutz@terremark.com> <1386875718-28166-6-git-send-email-dslutz@terremark.com> <20131217202212.GC25371@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131217202212.GC25371@phenom.dumpdata.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: Konrad Rzeszutek Wilk Cc: Keir Fraser , Ian Campbell , Stefano Stabellini , Jun Nakajima , Ian Jackson , Eddie Dong , Don Slutz , xen-devel@lists.xen.org, Jan Beulich , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 12/17/13 15:22, Konrad Rzeszutek Wilk wrote: > On Thu, Dec 12, 2013 at 02:15:13PM -0500, Don Slutz wrote: >> From: Don Slutz >> >> These 2 files: backdoor_def.h and guest_msg_def.h come from: >> >> http://packages.vmware.com/tools/esx/3.5latest/rhel4/SRPMS/index.html >> open-vm-tools-kmod-7.4.8-396269.423167.src.rpm >> open-vm-tools-kmod-7.4.8.tar.gz >> vmhgfs/backdoor_def.h >> vmhgfs/guest_msg_def.h >> >> and are unchanged. >> >> Signed-off-by: Don Slutz >> --- >> xen/arch/x86/hvm/vmport/backdoor_def.h | 167 ++++++++++++++++++++++++++++++++ >> xen/arch/x86/hvm/vmport/guest_msg_def.h | 87 +++++++++++++++++ >> 2 files changed, 254 insertions(+) >> create mode 100644 xen/arch/x86/hvm/vmport/backdoor_def.h >> create mode 100644 xen/arch/x86/hvm/vmport/guest_msg_def.h >> >> diff --git a/xen/arch/x86/hvm/vmport/backdoor_def.h b/xen/arch/x86/hvm/vmport/backdoor_def.h >> new file mode 100644 >> index 0000000..e76795f >> --- /dev/null >> +++ b/xen/arch/x86/hvm/vmport/backdoor_def.h >> @@ -0,0 +1,167 @@ >> +/* ********************************************************** >> + * Copyright 1998 VMware, Inc. All rights reserved. >> + * ********************************************************** >> + * >> + * This program is free software; you can redistribute it and/or modify it >> + * under the terms of the GNU General Public License as published by the >> + * Free Software Foundation version 2 and no later version. >> + * >> + * This program is distributed in the hope that it will be useful, but >> + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY >> + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License >> + * for more details. >> + * >> + * You should have received a copy of the GNU General Public License along >> + * with this program; if not, write to the Free Software Foundation, Inc., >> + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > Please don't include the address. It should be: > > You should have received a copy of the GNU General Public License > along with this program. If not, see . I agree in general. However this is the unchanged file from VMware. [snip] >> diff --git a/xen/arch/x86/hvm/vmport/guest_msg_def.h b/xen/arch/x86/hvm/vmport/guest_msg_def.h >> new file mode 100644 >> index 0000000..44ae0fa >> --- /dev/null >> +++ b/xen/arch/x86/hvm/vmport/guest_msg_def.h >> @@ -0,0 +1,87 @@ >> +/* ********************************************************** >> + * Copyright 1998 VMware, Inc. All rights reserved. >> + * ********************************************************** >> + * >> + * This program is free software; you can redistribute it and/or modify it >> + * under the terms of the GNU General Public License as published by the >> + * Free Software Foundation version 2 and no later version. >> + * >> + * This program is distributed in the hope that it will be useful, but >> + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY >> + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License >> + * for more details. >> + * >> + * You should have received a copy of the GNU General Public License along >> + * with this program; if not, write to the Free Software Foundation, Inc., >> + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > Ditto: > > You should have received a copy of the GNU General Public License > along with this program. If not, see . Same as above. -Don Slutz [snip]