From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Ys1cN-0004K6-W4 for mharc-grub-devel@gnu.org; Tue, 12 May 2015 00:16:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys1cK-0004JK-Dd for grub-devel@gnu.org; Tue, 12 May 2015 00:16:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys1cF-00045x-Ol for grub-devel@gnu.org; Tue, 12 May 2015 00:16:28 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:34219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys1cF-00045B-G1 for grub-devel@gnu.org; Tue, 12 May 2015 00:16:23 -0400 Received: by laat2 with SMTP id t2so107772443laa.1 for ; Mon, 11 May 2015 21:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=pOvLs1O1X3oHvvZl5SvZnlF1pfAR93As21BndsO9m8A=; b=NujGfweEdcS7CZ4c3NBOYf+bT+4Tmh4lrrr/srQuz+GOTYjQkMHaDn0eplQEJXCmdL uQw8fyUWMD2JCjLoVKJynlBp+UNjgvWUVwyunFGZuQmXFXS52BWR25uCpznhYBI/XhPM uT2L4jg5dplkW8yIi2a3eTzbGlHP7pPXG1UILJhTcIlF5C9x8LuaduSwQMnpiKhhGWk/ Ic01/o3FwFvqqvfo9hliVRoL1CnWX/+gyWjmsUCSVJTXzhG+Dru5fxQY4GfyTbcVDaqx ArWX6pBOKYgmLMROpp2AUOKg9yeUy3XgMNnRujLXdnBwiYJGJzMz88wYyonkTvSbbtQE Ewdg== X-Received: by 10.112.119.163 with SMTP id kv3mr10570447lbb.101.1431404182747; Mon, 11 May 2015 21:16:22 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id f2sm3485197lah.39.2015.05.11.21.16.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 21:16:21 -0700 (PDT) Date: Tue, 12 May 2015 07:16:19 +0300 From: Andrei Borzenkov To: Michael Chang Subject: Re: [PATCH] Parse commandline in grub-xen Message-ID: <20150512071619.541e8eda@opensuse.site> In-Reply-To: <20150511120129.GA7530@linux-dsax.tai.apac.novell.com> References: <1431336508-17290-1-git-send-email-olaf@aepfle.de> <20150511094320.GB17438@aepfle.de> <20150511104130.GA29233@aepfle.de> <20150511110143.GA3595@aepfle.de> <20150511120129.GA7530@linux-dsax.tai.apac.novell.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 04:16:30 -0000 =D0=92 Mon, 11 May 2015 20:01:29 +0800 Michael Chang =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Mon, May 11, 2015 at 01:01:43PM +0200, Olaf Hering wrote: > > On Mon, May 11, Vladimir 'phcoder' Serbinenko wrote: > >=20 > > > Do you really own all those installs to be able to speak on behalf of= all of > > > them? > >=20 > > Since there is zero upstream support for anything regarding grub xen > > distros are forced to provide their own grub-xen binary for dom0. This >=20 > I'd like to hear from upstream whether they consider to provide host > tools for setting up xen pv loaders from xen domU config? The > grub-mkstandalone has done part of the job but is not automated for the > config. >=20 Actually I do not see much difference between using fixed path for second stage bootloader and using fixed path for second stage configuration from administrator PoV. In both cases you run grub-mkconfig from domU to update *config*. Using second stage config directly does make domU grub.cfg dependent on dom0 grub version, so support for chainloading would be useful. Someone needs to address comments in the last review. > The extra=3D can be passing to the pvgrub2's config by the utils and is > from difference layer. >=20 > Thanks, > Michael >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel