From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8yGI-0003dI-Ka for qemu-devel@nongnu.org; Fri, 04 Aug 2006 07:54:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8yGE-0003bu-Gk for qemu-devel@nongnu.org; Fri, 04 Aug 2006 07:54:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8yGE-0003bp-Dm for qemu-devel@nongnu.org; Fri, 04 Aug 2006 07:54:38 -0400 Received: from [211.5.2.77] (helo=nm01omta019.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1G8yJl-0001z7-NC for qemu-devel@nongnu.org; Fri, 04 Aug 2006 07:58:18 -0400 Message-ID: <000e01c6b7bc$be377d00$0464a8c0@athlon> From: "Kazu" References: <1154682054.44d30cc6bead9@imp4-g19.free.fr> Subject: Re: [Qemu-devel] Latest CVS doesn't start Date: Fri, 4 Aug 2006 20:54:29 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" 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: qemu-devel@nongnu.org Sent: Friday, August 04, 2006 6:00 PM denis.sheidt wrote: >Hello everybody, > >I'm having some troubles with latest CVS version on a Windows XP host. > >QEmu compiles OK, but it doesn't start. Here is my command line : > >qemu.exe -L bios -boot d -cdrom cd_w2k_SP4_FR.iso -hda TEST.IMG -localtime > >- cd_w2k_SP4_FR.iso is a W2KPRO image, with SP4 that works fine with previous >version of qemu (31-jul) -> TEST.IMG is a new qcow image made with latest qemu-img version. > >when I launch this command line, with or without kqemu, qemu just displays a >window saying : > QEMU 0.8.2 monitor - type 'help' for more information > (qemu) > >The window's title bar says : QEMU [Stopped] >I also notice that -cdrom //./d: or -cdrom \\.\d: do no longer work. I get the >message : qemu: could not open hard disk image '//./d:' > >Did I miss something ? >Is this related to aio implementation ? It seems that it is related aio implementation. Raw image works but Qcow image doesn't work. CD-ROM also doesn't work now. Regards, Kazu