From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH v13 2/8] xen: Add support for VMware cpuid leaves Date: Sun, 20 Dec 2015 12:48:06 -0500 Message-ID: <5676E9D6.6070700@Gmail.com> References: <1448747105-19966-1-git-send-email-Don.Slutz@Gmail.com> <1448747105-19966-3-git-send-email-Don.Slutz@Gmail.com> <56714AD102000078000C011A@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56714AD102000078000C011A@prv-mh.provo.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: Jun Nakajima , Tim Deegan , Kevin Tian , Wei Liu , Ian Campbell , Stefano Stabellini , George Dunlap , Andrew Cooper , Ian Jackson , Don Slutz , xen-devel@lists.xen.org, Eddie Dong , Aravind Gopalakrishnan , Suravee Suthikulpanit , Keir Fraser , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org On 12/16/15 05:28, Jan Beulich wrote: >>>> On 28.11.15 at 22:44, wrote: >> --- a/xen/include/public/arch-x86/xen.h >> +++ b/xen/include/public/arch-x86/xen.h >> @@ -290,6 +290,7 @@ struct xen_arch_domainconfig { >> XEN_X86_EMU_VGA | XEN_X86_EMU_IOMMU | \ >> XEN_X86_EMU_PIT) >> uint32_t emulation_flags; >> + uint64_t vmware_hwver; > > It's been a while since the last iteration, so could you please remind > me again why this needs to be a 64-bit quantity? Looking at it, it only needs to be a 32-bit quantity. My memory says that it was 64-bits because that was the size of a HVM_PARAM_... which was were it was passed before this code existed. I see no reason not to change to 32-bit, and so will do so. -Don Slutz > > Jan >