From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: HVMlite ABI specification DRAFT A Date: Thu, 4 Feb 2016 15:29:08 -0500 Message-ID: <20160204202907.GA17624@localhost.localdomain> References: <56B38EDE.5090700@citrix.com> <56B39A8A.6090001@oracle.com> <20160204185125.GA3377@var.home> <56B3A4B4.20607@citrix.com> <56B3B1D1.7070705@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aRQX0-00046y-A1 for xen-devel@lists.xenproject.org; Thu, 04 Feb 2016 20:29:34 +0000 Content-Disposition: inline In-Reply-To: <56B3B1D1.7070705@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: Boris Ostrovsky Cc: Wei Liu , Stefano Stabellini , Andrew Cooper , Tim Deegan , Paul Durrant , David Vrabel , Jan Beulich , xen-devel , Samuel Thibault , Roger Pau =?iso-8859-1?Q?Monn=E9?= List-Id: xen-devel@lists.xenproject.org > >>>If there is more than one module, how is the guest expected to sort out > >>>which module is what? > >In general I was expecting this would be done by position, or if that's > >not enough an additional module (at either position 0 or n) should be > >passed to contain that information. > > Then we should specify it somehow --- e.g. that first module is always the > ramdisk. Keep in mind that with Linux you can actually append the initrd in the vmlinuz file - so you only have "one" file. Hence the first module could be optional.