]> git.proxmox.com Git - qemu.git/commit - block.c
block: allow filenames with colons again for host devices
authorChristoph Hellwig <hch@lst.de>
Wed, 23 Jun 2010 10:25:17 +0000 (12:25 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 2 Jul 2010 11:18:01 +0000 (13:18 +0200)
commit39508e7adb0de3ef69caa1b494d823d8ac11d3f3
treedfa21d828a7e8ea6c0b0af55a4c9013b4a120992
parent19dbcbf7cc1892f5130b4edd5a4bb4ca800ef7d8
block: allow filenames with colons again for host devices

Before the raw/file split we used to allow filenames with colons for host
device only.  While this was more by accident than by design people rely
on it, so we need to bring it back.

So move the host device probing to be before the protocol detection
again.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c