From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jm8lv-0001w0-E3 for qemu-devel@nongnu.org; Wed, 16 Apr 2008 10:38:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jm8lu-0001vV-3L for qemu-devel@nongnu.org; Wed, 16 Apr 2008 10:38:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jm8lt-0001vS-Us for qemu-devel@nongnu.org; Wed, 16 Apr 2008 10:38:01 -0400 Received: from yw-out-1718.google.com ([74.125.46.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jm8lt-0005wu-OG for qemu-devel@nongnu.org; Wed, 16 Apr 2008 10:38:01 -0400 Received: by yw-out-1718.google.com with SMTP id 4so1305574ywq.82 for ; Wed, 16 Apr 2008 07:37:59 -0700 (PDT) Message-ID: <48060F42.3080709@codemonkey.ws> Date: Wed, 16 Apr 2008 09:37:54 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <47EE86E0.4070703@reactos.org> <9C7667CB-2CF0-4AC0-843B-6EF442196CAC@csgraf.de> <47F0B445.4030806@suse.de> <4804D254.5040301@siemens.com> <4805F4B0.5020802@siemens.com> <4806009E.8060407@suse.de> In-Reply-To: <4806009E.8060407@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] x86: Reboot CPU on triple fault - Version 4 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 Kevin Wolf wrote: > And another version which implements the -d cpu_reset suggested by > Jamie. Extending -d is probably better than introducing a completely new > option. > > Signed-off-by: Kevin Wolf > Why is it so important to log triple faults? Printing something to stderr instead of logfile is just wrong. What is your use-case? I think you've got the wrong solution to the problem and I can't find an adequate description of the problem your trying to solve in this thread. Regards, Anthony Liguori