From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v7 29/32] libxc/xen: introduce a start info structure for HVMlite guests Date: Tue, 6 Oct 2015 10:26:57 +0100 Message-ID: <20151006092657.GS29124@zion.uk.xensource.com> References: <1443800943-17668-1-git-send-email-roger.pau@citrix.com> <1443800943-17668-30-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 1ZjOWl-0007Ln-3W for xen-devel@lists.xenproject.org; Tue, 06 Oct 2015 09:27:19 +0000 Content-Disposition: inline In-Reply-To: <1443800943-17668-30-git-send-email-roger.pau@citrix.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: Roger Pau Monne Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Ian Jackson , Jan Beulich , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, Oct 02, 2015 at 05:49:00PM +0200, Roger Pau Monne wrote: > This structure contains the physical address of the command line, as well= as > the physical address of the list of loaded modules. The physical address = of > this structure is passed to the guest at boot time in the %ebx register. > = > Signed-off-by: Roger Pau Monn=E9 > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu > Cc: Jan Beulich > Cc: Andrew Cooper Since this patch is more about ABI and it has been reviewed by HV maintainer. Acked-by: Wei Liu I didn't do a line by line review.