From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvsAl-0000b9-IB for qemu-devel@nongnu.org; Wed, 06 Jun 2007 05:51:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvsAj-0000Zn-Da for qemu-devel@nongnu.org; Wed, 06 Jun 2007 05:51:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvsAi-0000ZO-0G for qemu-devel@nongnu.org; Wed, 06 Jun 2007 05:51:20 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HvsAh-0002My-Kc for qemu-devel@nongnu.org; Wed, 06 Jun 2007 05:51:19 -0400 Message-ID: <46668393.2080208@gmx.at> Date: Wed, 06 Jun 2007 11:51:15 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 References: <20070504203016.2791gmx1@mx033.gmx.net> In-Reply-To: <20070504203016.2791gmx1@mx033.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Detecting Client OS BSOF/Kernel Oops 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 Hi! I'd like to detect if the client OS crashes... right now, only for linux, but windows systems will become interesting for me as well in the future... Is there an easy way of detecting if a BSOD or a kernel oops happened?? Maybe that'd be possible by checking if the IP is inside a certain range (I could find that location, I think... it does not have to be working generically... for specific client OS would be sufficient)!! Thanks!