From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: Re: [PATCH] xen: print "debug=y|n" during hypervisor startup Date: Wed, 30 Jan 2013 14:18:35 +0000 Message-ID: <1359555515.3465.6.camel@Abyss> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1356073496825760771==" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Keir Fraser Cc: Ian Campbell , xen-devel List-Id: xen-devel@lists.xenproject.org --===============1356073496825760771== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-092WRkGPwWL8JmnduIKy" --=-092WRkGPwWL8JmnduIKy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2013-01-30 at 05:51 -0800, Keir Fraser wrote:=20 > > @@ -608,9 +613,9 @@ void __init console_init_preirq(void) > > spin_lock(&console_lock); > > __putstr(xen_banner()); > > spin_unlock(&console_lock); > > - printk("Xen version %d.%d%s (%s@%s) (%s) %s\n", > > + printk("Xen version %d.%d%s (%s@%s debug=3D%c) (%s) %s\n", > > xen_major_version(), xen_minor_version(), xen_extra_version= (), > > - xen_compile_by(), xen_compile_domain(), > > + xen_compile_by(), xen_compile_domain(), debug, > > xen_compiler(), xen_compile_date()); >=20 > Rather odd to put it in with the xen_compile_by() info. How about before > xen_compile_date(), and not inside any brackets? >=20 Yeah... I couldn't really make up my mind about where it was better to put it! :-) I'll go for what you suggest, thanks. Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://retis.sssup.it/people/faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-092WRkGPwWL8JmnduIKy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) iEYEABECAAYFAlEJK7sACgkQk4XaBE3IOsRoZgCfYOwTCgCBoHoo6BLA1DW60+6m 5ycAn2k8rMEku5eFsbtbHwzborZlw46A =yBz7 -----END PGP SIGNATURE----- --=-092WRkGPwWL8JmnduIKy-- --===============1356073496825760771== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============1356073496825760771==--