From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Ys6CT-0002c8-FF for mharc-grub-devel@gnu.org; Tue, 12 May 2015 05:10:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys6CP-0002ab-WC for grub-devel@gnu.org; Tue, 12 May 2015 05:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys6CP-0004kg-4I for grub-devel@gnu.org; Tue, 12 May 2015 05:10:01 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:20886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys6CO-0004jP-Po for grub-devel@gnu.org; Tue, 12 May 2015 05:10:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431421798; l=773; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=alGBqq2gP1FQDvWBJ6K7Ui+B+0IknGWe/t7EJxT+Uks=; b=A+ZLLst5R8Bp088sZ9aBNZJXcIvWGfa7+H3tItcjHduvU6L8qNWMmFmE1MCH/Wtpamm UFr5zLm5KY8Bk37PwL1FUIrA1bP/RGVvFU+JWS2K97spb5Y+3tDYwJIVOBv6E3r15lcT3 7d35goN1bF2ZAucdbNFsTG/u5p2UXXU9fvU= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssVY1SE5ClEYfb5sQvxDNUdfk3GFAM3xrxaZN0YQ== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10a3:eb01:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id m00394r4C99wRrg (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve sect571r1 with 571 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Tue, 12 May 2015 11:09:58 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id E7292502B0; Tue, 12 May 2015 11:09:57 +0200 (CEST) Date: Tue, 12 May 2015 11:09:57 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: [PATCH] Parse commandline in grub-xen Message-ID: <20150512090957.GA26489@aepfle.de> References: <20150511110143.GA3595@aepfle.de> <20150511115148.GA18883@aepfle.de> <20150511150339.3f303f6a@opensuse.site> <20150511121554.GA3180@aepfle.de> <20150511195314.0b9ae949@opensuse.site> <20150511170809.GA28276@aepfle.de> <20150512080612.GB9239@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5300::7 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 09:10:03 -0000 On Tue, May 12, Vladimir 'phcoder' Serbinenko wrote: > > On May 12, 2015 10:06 AM, "Olaf Hering" wrote: > > > > On Mon, May 11, Vladimir 'phcoder' Serbinenko wrote: > > > > > On May 11, 2015 7:08 PM, "Olaf Hering" wrote: > > > > And regarding $debug itself, with my change its set very early before > > > > any script runs. Perhaps that is useful to debug early issues. > > > > > > > Even if it is, it shouldn't be a side effect of bad design > > > > This does not answer the question when debug=X is supposed to be > > activated. > > > Which is a different problem Not at all. Should the parser which iterates over the cmd_line string set debug= once it finds it? Should there be another helper who sets it? Olaf