From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FODOG-0000dG-Oj for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:33:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FODOE-0000bX-VD for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:33:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FODOE-0000b8-Nn for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:33:38 -0500 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FODPx-00065d-3b for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:35:25 -0500 From: Paul Brook Subject: Re: [Qemu-devel] kqemu version 1.3.0pre5 Date: Tue, 28 Mar 2006 13:33:33 +0100 References: <44285974.9040003@bellard.org> <44292642.8060407@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603281333.33579.paul@codesourcery.com> 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, balrogg@gmail.com > Normal Operating Systems don't crash no matter what program they are > running. Except that kqemu is a kernel module (or windows equivalent). As such it is effectively part of the OS, and can easily crash the whole machine. Paul