From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v6 24/29] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs Date: Tue, 29 Sep 2015 11:37:15 +0100 Message-ID: <560A69DB.9060505@citrix.com> References: <1441368548-43465-1-git-send-email-roger.pau@citrix.com> <1441368548-43465-25-git-send-email-roger.pau@citrix.com> <5600420C02000078000A4234@prv-mh.provo.novell.com> <5609664D.8060604@citrix.com> <560A555402000078000A6625@prv-mh.provo.novell.com> <560A6124.2090404@citrix.com> <560A7EFA02000078000A6846@prv-mh.provo.novell.com> <560A6714.7060303@citrix.com> <560A851202000078000A68AA@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZgsHf-00020E-Vm for xen-devel@lists.xenproject.org; Tue, 29 Sep 2015 10:37:20 +0000 In-Reply-To: <560A851202000078000A68AA@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 , roger.pau@citrix.com Cc: George Dunlap , xen-devel@lists.xenproject.org, Stefano Stabellini , Ian Campbell , Tim Deegan List-Id: xen-devel@lists.xenproject.org On 29/09/15 11:33, Jan Beulich wrote: >>>> On 29.09.15 at 12:25, wrote: >> On 29/09/15 11:07, Jan Beulich wrote: >>>>>> On 29.09.15 at 12:00, wrote: >>>> Therefore, we are back to the question of whether to provide all segment >>>> registers, or specify a flat layout without specific selector values. I >>>> would prefer the former to the latter. >>> If we don't go the CS+SS only route, then yes, I'd too prefer >>> completing the set (I would probably agree with not adding FS >>> and GS, and even recommend against it in the 64-bit variant, >>> but I do insist on ES in that case). >> I would still err on the CS/SS/DS/ES side given a straight choice. It >> offers more flexibility for rarer usecases. > Okay, all four of them then for 32-bit, and just CS and SS for 64-bit? Is SS needed for 64bit? It is expected to be NUL just like DS and ES. ~Andrew