From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dy80k-0001C8-0m for qemu-devel@nongnu.org; Thu, 28 Jul 2005 09:01:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dy80f-0001AQ-IC for qemu-devel@nongnu.org; Thu, 28 Jul 2005 09:01:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dy80d-0000vn-D1 for qemu-devel@nongnu.org; Thu, 28 Jul 2005 09:01:11 -0400 Received: from [195.250.128.75] (helo=smtp2.vol.cz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dy7sD-0002MZ-Rc for qemu-devel@nongnu.org; Thu, 28 Jul 2005 08:52:30 -0400 Message-ID: <42E8D256.5030707@reactos.com> Date: Thu, 28 Jul 2005 14:40:54 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] KQEMU on Win32 (+patch) References: <42E804E2.8000605@reactos.com> <42E827D9.5060609@dblab.ece.ntua.gr> <42E8A4D3.40700@reactos.com> <46d6db6605072805302a55c777@mail.gmail.com> In-Reply-To: <46d6db6605072805302a55c777@mail.gmail.com> Content-Type: text/plain; charset=ISO-2022-JP 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: Christian MICHON , qemu-devel@nongnu.org Christian MICHON wrote: >inside the qemu monitor (CTRL-ALT-2), type "info kqemu". >Just to confirm. > >If you get "kqemu is enabled", report exactly which linux >guest you're using. Did you do your own qemu compilation ? > >if not, you surely missed applying the regedit file, reboot the >machine and do a "net start kqemu". > > JFYI, I replaced the .reg file with .inf file and the restart is no longer necessary. >Side question: is there a way to start this net service >automatically ? > > Generally yes. - With the current setup you can change the driver settings to enable loading it on Windows start by editing the "Start" values in "HKEY_LOCAL_MACHINE/Software/CurrentControlSet/Services/KQEMU" registry key and setting it to "2". - In future I plan to add code for auto-loading the KQEMU driver to QEMU if Fabrice agrees. - Filip