From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA78A-0004Vl-FO for qemu-devel@nongnu.org; Thu, 06 May 2010 15:53:10 -0400 Received: from [140.186.70.92] (port=47937 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA785-0004Q5-CE for qemu-devel@nongnu.org; Thu, 06 May 2010 15:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA783-0006aX-Ns for qemu-devel@nongnu.org; Thu, 06 May 2010 15:53:05 -0400 Received: from verein.lst.de ([213.95.11.210]:41929) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OA783-0006Z1-Ec for qemu-devel@nongnu.org; Thu, 06 May 2010 15:53:03 -0400 Date: Thu, 6 May 2010 21:52:55 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] block: Fix protocol detection for Windows devices Message-ID: <20100506195255.GA5307@lst.de> References: <1273150598-1749-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273150598-1749-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Thu, May 06, 2010 at 02:56:38PM +0200, Kevin Wolf wrote: > We can't assume the file protocol for Windows devices, they need the same > detection as other files for which an explicit protocol is not specified. Looks good, Reviewed-by: Christoph Hellwig