From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Subject: Re: [PATCH] x86/HVM: rewrite the start info structure definition in binary form Date: Tue, 9 Feb 2016 11:56:47 +0100 Message-ID: <56B9C5EF.9010009@citrix.com> References: <1454675320-29429-1-git-send-email-roger.pau@citrix.com> <56B4AE1C02000078000CF06E@prv-mh.provo.novell.com> <56B4C39E.50206@citrix.com> <56B9ADE502000078000CFDFC@prv-mh.provo.novell.com> <56B9C1B3.2010402@citrix.com> <20160209104120.GL3102@var.bordeaux.inria.fr> <56B9C32D.3090208@citrix.com> <20160209104916.GO3102@var.bordeaux.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aT5yW-0006Zg-5o for xen-devel@lists.xenproject.org; Tue, 09 Feb 2016 10:56:52 +0000 In-Reply-To: <20160209104916.GO3102@var.bordeaux.inria.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Samuel Thibault , Jan Beulich , Andrew Cooper , Ian Campbell , Wei Liu , Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org El 9/2/16 a les 11:49, Samuel Thibault ha escrit: > Roger Pau Monn=E9, on Tue 09 Feb 2016 11:45:01 +0100, wrote: >> El 9/2/16 a les 11:41, Samuel Thibault ha escrit: >>> Roger Pau Monn=E9, on Tue 09 Feb 2016 11:38:43 +0100, wrote: >>>> Other OSes that use the pv loader don't pass any module at all AFAIK. >>> >>> GNU Mach does need several modules. >> >> How do you usually pass multiple modules from an xl configuration file >> at the moment? > = > We pack the modules and command lines in one big blob, which we really > don't like. Right, this should allow you to pass multiple modules, but someone needs to implement the xl/libxl/libxc side in order to do it. As said, I don't think this should block it from being accepted. Roger.