[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 09/15] sheepdog: Implement bdrv_parse_filename()
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 09/15] sheepdog: Implement bdrv_parse_filename() |
Date: |
Fri, 3 Mar 2017 14:17:47 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
On 03/02/2017 03:44 PM, Markus Armbruster wrote:
> This permits configuration with driver-specific options in addition to
> pseudo-filename parsed as URI. For instance,
>
> --drive driver=sheepdog,host=fido,vdi=dolly
>
> instead of
>
> --drive driver=sheepdog,file=sheepdog://fido/dolly
>
> It's also a first step towards supporting blockdev-add.
>
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
> block/sheepdog.c | 233
> +++++++++++++++++++++++++++++++++++++++++--------------
> 1 file changed, 176 insertions(+), 57 deletions(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
[Qemu-devel] [PATCH 05/15] sheepdog: Fix snapshot ID parsing in _open(), _create, _goto(), Markus Armbruster, 2017/03/02