From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSDbp-0002Kj-HL for qemu-devel@nongnu.org; Sun, 01 May 2005 08:31:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSDbp-0002KX-5C for qemu-devel@nongnu.org; Sun, 01 May 2005 08:31:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSDbp-00029y-33 for qemu-devel@nongnu.org; Sun, 01 May 2005 08:31:41 -0400 Received: from [212.78.199.21] (helo=smtp1.home.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSDcp-0001i8-Ae for qemu-devel@nongnu.org; Sun, 01 May 2005 08:32:43 -0400 Message-ID: <013901c54e49$37f35440$cd00a8c0@mshome.net> From: "Per-Erik Kristensson" Date: Sun, 1 May 2005 14:27:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Some problems with QEmu on Windows 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 I got some help here a couple a days ago (thread "qemu.exe, qemumenu.bat and qemu-forum doesn't work"), and I promised to make some more testing and report the bugs I found. This is my report. The first and major problem when running qemu on windows is that you get no output at all. No error messages or helps at all. Everything just dies silently. Jernej Simončič's program help me patch qemu, so it work as it should do (older version didn't have this problem). I really hopes someone could fix this. A second problem is that GetNetworkParams is not supported in NT4. I think this is acceptable, but sense qemu didn't explain to me why nothing worked (cause of problem 1 :-) I got quite confused. Older versions of qemu hadn't that problem (0.5 I think). Using -nics 0 helped me. I have tested qemu 0.7 on Windows XP and Windows 98, and qemu 0.61 on Windows NT. Except from this I'm very thankful for qemu. It helps me testing my own programs on different Window version without tweaking my own computer. PEK