From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GA9wN-0007T3-Sb for qemu-devel@nongnu.org; Mon, 07 Aug 2006 14:35:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GA9wM-0007Se-Eh for qemu-devel@nongnu.org; Mon, 07 Aug 2006 14:35:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GA9wM-0007Sb-Bp for qemu-devel@nongnu.org; Mon, 07 Aug 2006 14:35:02 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GAA0e-00008i-DF for qemu-devel@nongnu.org; Mon, 07 Aug 2006 14:39:28 -0400 Received: from [84.102.211.136] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J3N00E9F4SZQKN0@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Mon, 07 Aug 2006 20:31:47 +0200 (CEST) Date: Mon, 07 Aug 2006 20:31:57 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] Raw CD-ROM and hard disk for win32 In-reply-to: <002b01c6b9df$3a53e4e0$0464a8c0@athlon> Message-id: <44D7871D.2000202@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <002b01c6b9df$3a53e4e0$0464a8c0@athlon> 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 Hi, I find it strange that there is no win32 API to know the size of a CD-ROM. Maybe a CD-ROM specific IOCTL exists ? About the windows device patch detection, I would like a more precise test than "len == 5". Testing if the filename begins with "\\.\" would be better. Supporting also the syntax "/dev/cdrom" would be good too. Regards, Fabrice. Kazu wrote: > Hi, > > An attached patch fixes raw CD-ROM and hard disk handling for win32. > Qcow is not fixed. > > Regards, > Kazu > > > ------------------------------------------------------------------------ > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel