From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHp7A-0004ft-5a for qemu-devel@nongnu.org; Sat, 02 Apr 2005 15:21:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHp76-0004eF-Fq for qemu-devel@nongnu.org; Sat, 02 Apr 2005 15:21:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHp75-0004bq-Nv for qemu-devel@nongnu.org; Sat, 02 Apr 2005 15:21:00 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DHp1J-0001Ti-Tw for qemu-devel@nongnu.org; Sat, 02 Apr 2005 15:15:02 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Kqemu Date: Sat, 2 Apr 2005 21:14:45 +0100 References: <200504021505.02414.os2@videotron.ca> In-Reply-To: <200504021505.02414.os2@videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504022114.45515.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 > the problem is kqemu > > sbin/lsmod|grep kqemu > kqemu 43272 0 > > i think 0 mean kqemu is not used... Why do think this is a problem? If you don't have qemu running the module won't be in use. Paul