From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9gko-0004pC-LY for qemu-devel@nongnu.org; Wed, 05 May 2010 11:43:18 -0400 Received: from [140.186.70.92] (port=38939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9ggW-0002Vp-3Z for qemu-devel@nongnu.org; Wed, 05 May 2010 11:38:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9ggU-0003gN-Hv for qemu-devel@nongnu.org; Wed, 05 May 2010 11:38:51 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:52775) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9ggU-0003fr-72 for qemu-devel@nongnu.org; Wed, 05 May 2010 11:38:50 -0400 Message-ID: <4BE19101.6060303@mail.berlios.de> Date: Wed, 05 May 2010 17:38:41 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH, RFC] block: separate raw images from the file protocol References: <20100407203024.GA30897@lst.de> <4BBDA6DE.5020306@redhat.com> <4BE08A7B.9030804@mail.berlios.de> <4BE16851.2040603@redhat.com> In-Reply-To: <4BE16851.2040603@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Christoph Hellwig , qemu-devel@nongnu.org Am 05.05.2010 14:45, schrieb Kevin Wolf: > Am 04.05.2010 22:58, schrieb Stefan Weil: >> This patch (commit 84a12e6648444f517055138a7d7f25a22d7e1029) >> breaks QEMU for Win32: >> >> QEMU can no longer access \\.\PhysicalDrive0 - a feature I use quite >> often. >> >> Found by git bisect, tested like this: qemu \\.\PhysicalDrive0 > > Does the attached patch fix the problem? > > Kevin Yes, the patch fixes the problem. It needs a small modification to compile for non-win32 systems. Stefan