From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXH6d-0006uF-BG for qemu-devel@nongnu.org; Fri, 30 Mar 2007 09:25:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXH6c-0006ri-2I for qemu-devel@nongnu.org; Fri, 30 Mar 2007 09:25:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXH6b-0006rV-Nw for qemu-devel@nongnu.org; Fri, 30 Mar 2007 08:25:25 -0500 Received: from mail02.syd.optusnet.com.au ([211.29.132.183]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HXH3t-0000kF-JY for qemu-devel@nongnu.org; Fri, 30 Mar 2007 09:22:38 -0400 Received: from g3n7o2 (d58-104-177-183.dsl.nsw.optusnet.com.au [58.104.177.183]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with SMTP id l2UDMWHL029497 for ; Fri, 30 Mar 2007 23:22:33 +1000 Message-ID: <001f01c772ce$468ca3c0$b7b1683a@domain.invalid> From: "James Jacobs" Date: Fri, 30 Mar 2007 23:21:06 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: 3 bugs found 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 >> 3 more bugs that need attention... >> >> a) serious: Image files, even those created by the version of qemu-img.exe >> that comes with QEMU 0.90, are unreadable by QEMU 0.90, QEMU 0.82 works fine >> with them. >> >> b) less serious: "Out of environment space" error when starting. >> >> c) serious: "audio: Failed to create voice 'es1370.adc" error when starting. >> >> 3 more bugs that need attention... >some info missing here... >host type, guest type, command lines, and most important type of images you're creating. Host type is Win98SE. Guest types are Debian Linux 3.1 and Knoppix. Not specifying a type of image to qemu-img (using default, whichever filesystem that is - it doesn't say). Using the start.bat file included with the QEMU package (except changing cd-rom and hard disk image filenames as appropriate). I haven't adjusted any audio settings, I'm using whatever the defaults are. >from your email, you're using released versions, not cvs snapshot, right ? Yes.