From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Subject: Re: [PATCH v4 1/4] x86/HVM: update the start info structure layout Date: Wed, 17 Feb 2016 11:01:59 +0100 Message-ID: <56C44517.1010006@citrix.com> References: <1455644269-40358-1-git-send-email-roger.pau@citrix.com> <1455644269-40358-2-git-send-email-roger.pau@citrix.com> <20160216200616.GC17937@char.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aVyvs-0001mr-Jz for xen-devel@lists.xenproject.org; Wed, 17 Feb 2016 10:02:04 +0000 In-Reply-To: <20160216200616.GC17937@char.us.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 , boris.ostrovsky@oracle.com Cc: Wei Liu , Ian Campbell , Andrew Cooper , Ian Jackson , Jan Beulich , Samuel Thibault , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org El 16/2/16 a les 21:06, Konrad Rzeszutek Wilk ha escrit: > On Tue, Feb 16, 2016 at 06:37:46PM +0100, Roger Pau Monne wrote: >> After some discussion around the new boot ABI consensus has been reached >> about the layout and contents of the start info. The following patch upd= ates >> the layout to what has been agreed. > = > .. It would be good to have an URL to the discussion? >> >> Also, the new layout is described in binary terms in order to avoid issu= es >> with alignments when using C structs. > = > Should the title say more about HVMLite/PVH instead of just 'HVM'? I guess x86/PVHv2 would be a better tag. >> >> Signed-off-by: Roger Pau Monn=E9 >> --- >> Cc: Samuel Thibault >> Cc: Ian Jackson >> Cc: Ian Campbell >> Cc: Wei Liu >> Cc: Jan Beulich >> Cc: Andrew Cooper > = > You forgot Boris who is working on the Linux side. CC-ing him. > = > Actually please CC him on _ALL_ PVH related work. Sure, I should have CC'ed him, David and yourself on this one, sorry. Roger.