From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Goldstein Subject: Re: [PATCH v3 3/6] build: convert verbose to Kconfig Date: Wed, 11 May 2016 12:37:48 -0500 Message-ID: <05d16289-b305-951b-7855-50a92bbc260e@cardoe.com> References: <1462914329-8797-1-git-send-email-cardoe@cardoe.com> <1462914329-8797-4-git-send-email-cardoe@cardoe.com> <57331B5F02000078000EA7E3@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2798822415459578422==" Return-path: In-Reply-To: <57331B5F02000078000EA7E3@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xen.org Sender: "Xen-devel" To: Jan Beulich Cc: Andrew Cooper , Julien Grall , Stefano Stabellini , Daniel De Graaf , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============2798822415459578422== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ESOisq0EUtqMQTEfolAhH5oE8SQndOt0N" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ESOisq0EUtqMQTEfolAhH5oE8SQndOt0N Content-Type: multipart/mixed; boundary="aI5FhvDOvUDLiiNldHuKm7oii1hcRrGtO" From: Doug Goldstein To: Jan Beulich Cc: Julien Grall , Andrew Cooper , Stefano Stabellini , xen-devel@lists.xen.org, Daniel De Graaf Message-ID: <05d16289-b305-951b-7855-50a92bbc260e@cardoe.com> Subject: Re: [PATCH v3 3/6] build: convert verbose to Kconfig References: <1462914329-8797-1-git-send-email-cardoe@cardoe.com> <1462914329-8797-4-git-send-email-cardoe@cardoe.com> <57331B5F02000078000EA7E3@prv-mh.provo.novell.com> In-Reply-To: <57331B5F02000078000EA7E3@prv-mh.provo.novell.com> --aI5FhvDOvUDLiiNldHuKm7oii1hcRrGtO Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 5/11/16 4:45 AM, Jan Beulich wrote: >>>> On 10.05.16 at 23:05, wrote: >> --- a/xen/Kconfig.debug >> +++ b/xen/Kconfig.debug >> @@ -15,4 +15,11 @@ config DEBUG >> option is intended for development purposes only, and not for >> production use. >> =20 >> +config VERBOSE_DEBUG >> + bool "Verbose debug messages" >> + default DEBUG >> + ---help--- >> + Guest output from HYPERVISOR_console_io and hypervisor parsing >> + ELF images (dom0) is logged in the Xen ring buffer. >=20 > The "depends on DEBUG || EXPERT" did get lost here (or, looking at > the following patch, a respective "if" framing them all). >=20 > Jan >=20 This option is always visible to someone and is not dependent on DEBUG due to the if not being possible in the form you asked. So I adjusted it to "default DEBUG" as you had asked. I can make this option dependent on DEBUG or EXPERT. --=20 Doug Goldstein --aI5FhvDOvUDLiiNldHuKm7oii1hcRrGtO-- --ESOisq0EUtqMQTEfolAhH5oE8SQndOt0N Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 iQJ8BAEBCgBmBQJXM23sXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNTM5MEQ2RTNFMTkyNzlCNzVDMzIwOTVB MkJDMDNEQzg3RUQxQkQ0AAoJEKK8A9yH7RvUaA4QAJdbEr0xdsjd9sjYm1EVUEEe WjFKCURPIjOQXsWvn5CVxKASV+Znt1Cki1m3NkqR5k+BS3IbLxxPeXHx5R8d6b1H uN9lNa6u2Oi3jsTcURU9pad70ov36WnqOPDNhR/QeSXHASfVFnwusO6w63oZzXXI ONZwEOwiYXHUWAmFi1lfvvnUj7MFQ0arY/saOeBC/o5o0UhjfA+cRT/MVe5RJw7L MRXIXLg7mTSMyJm+uyDa6jOOW/qagdoGWPUuzCaz8FB6akb+v17QdpCuFr9FKwHI Pe8AESSlddgLVcuwr4zlAejzti1/St/XGhbLosuggHq9Dv0mKuOaUfnIDvAmi5qF Z6qGAT8KvlgPwCgWwVciWZgmprKOgybLyR8LSRGN3Auems+C0WVjQ/VC325/4GVQ A2+tusAcX4RLfqG+AXtSYRhqUjRAyAYkx64UzZ+6Jr283G/keF5qDOhmlma/pXBf LJyGLpWCGZOo4LdXkCC4TqNp9iqlwOZwMvUHYkpPOymJyXP/FvIr+CL667yMH0O7 Wdb3ixbs0iDp+NIgG5hcTw5uEOcV2EUhzZZigb3Ffb7RqL7QyqCp2uXcf8CxhzPx FyksbXNMyfrLv+BjOZZ/N8yv1pIYy9/VggaFxzyWvpi4Hhm93ykVWJm1PF3MnO5H BCJ48dUsTfr5S52QBjRA =LCiV -----END PGP SIGNATURE----- --ESOisq0EUtqMQTEfolAhH5oE8SQndOt0N-- --===============2798822415459578422== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KWGVuLWRldmVs IG1haWxpbmcgbGlzdApYZW4tZGV2ZWxAbGlzdHMueGVuLm9yZwpodHRwOi8vbGlzdHMueGVuLm9y Zy94ZW4tZGV2ZWwK --===============2798822415459578422==--