Re: [Qemu-devel] [PATCH] block: Fix protocol detection for Windows devices

2010-05-06 Thread Christoph Hellwig
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

[Qemu-devel] [PATCH] block: Fix protocol detection for Windows devices

2010-05-06 Thread Kevin Wolf
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. Signed-off-by: Kevin Wolf --- block.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/block.c b/block.c index 10a2