[Qemu-devel] Re: [PATCH 3/3] block: Fix the use of protocols in backing files

2010-12-02 Thread Stefan Hajnoczi
On Thu, Dec 02, 2010 at 03:31:42PM +0100, Kevin Wolf wrote: > Am 30.11.2010 16:14, schrieb Stefan Hajnoczi: > > diff --git a/block.c b/block.c > > index 59b69e4..c9a6720 100644 > > --- a/block.c > > +++ b/block.c > > @@ -611,10 +611,17 @@ int bdrv_open(BlockDriverState *bs, const char > > *filenam

[Qemu-devel] Re: [PATCH 3/3] block: Fix the use of protocols in backing files

2010-12-02 Thread Kevin Wolf
Am 30.11.2010 16:14, schrieb Stefan Hajnoczi: > Backing filenames may contain a protocol. The code currently doesn't > consider this case and produces filenames that embed ":". > Don't combine filenames if the backing filename contains a protocol. > > Based on an earlier patch by Anthony Liguori