From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYTf6-00063R-Sf for qemu-devel@nongnu.org; Sat, 14 Feb 2009 18:11:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYTf6-00063F-Fl for qemu-devel@nongnu.org; Sat, 14 Feb 2009 18:11:04 -0500 Received: from [199.232.76.173] (port=43503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYTf6-00063C-DV for qemu-devel@nongnu.org; Sat, 14 Feb 2009 18:11:04 -0500 Received: from mout.perfora.net ([74.208.4.195]:51706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYTf6-0001n3-0v for qemu-devel@nongnu.org; Sat, 14 Feb 2009 18:11:04 -0500 Message-ID: <49975D50.3030908@AtlasTechnologies.com> Date: Sat, 14 Feb 2009 19:09:52 -0500 From: Cory Fields MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] enable quietbios and biosprompt checks References: <1234421329-8119-1-git-send-email-FOSS@AtlasTechnologiesInc.com> <1234421329-8119-4-git-send-email-FOSS@AtlasTechnologiesInc.com> <499745AB.9070107@codemonkey.ws> In-Reply-To: <499745AB.9070107@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > Maybe just make a change in printf() to suppress output if quietbios? That's how it was first written, but that suppressed all output. This way only normal output is hidden but errors are still displayed. Do you think this behavior should be changed? Cory Fields