From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH v12 2/8] xen: Add support for VMware cpuid leaves Date: Mon, 27 Jul 2015 22:54:58 -0400 Message-ID: <55B6EF02.50903@Gmail.com> References: <1435447665-5433-1-git-send-email-Don.Slutz@Gmail.com> <1435447665-5433-3-git-send-email-Don.Slutz@Gmail.com> <20150701200124.GC27014@l.oracle.com> <5597069E.5030001@Gmail.com> <20150707150331.GB23199@l.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150707150331.GB23199@l.oracle.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: Tim Deegan , Kevin Tian , Keir Fraser , Ian Campbell , Stefano Stabellini , Jun Nakajima , Eddie Dong , Ian Jackson , Don Slutz , xen-devel@lists.xen.org, George Dunlap , Aravind Gopalakrishnan , Jan Beulich , Andrew Cooper , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 07/07/15 11:03, Konrad Rzeszutek Wilk wrote: >>>> diff --git a/xen/arch/x86/hvm/vmware/cpuid.c b/xen/arch/x86/hvm/vmware/cpuid.c >>>> new file mode 100644 >>>> index 0000000..0dff36b >>>> --- /dev/null >>>> +++ b/xen/arch/x86/hvm/vmware/cpuid.c >>>> @@ -0,0 +1,77 @@ >>>> +/* >>>> + * arch/x86/hvm/vmware/cpuid.c >>>> + * >>>> + * Copyright (C) 2012 Verizon Corporation >>> >>> s/2012/2015/ ? >> >> The code here was written in 2012, 1st posted on xen-devel on Thu, 12 >> Dec 2013 14:15:11 -0500 >> ([Xen-devel] [RFC PATCH 03/10] Add cpuid_vmware_leaves), and this same >> code has been posted in 2014 and 2015. >> >> So either no change or 2012-2015. Which do you want? > > It is up to you. Usually one posts with the latest copyright date. > Since I will need to re-post series do to merge issues, I will change to 2012-2015. -Don Slutz P.S. Sorry about the slow response, was on vacation.