qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 07/11] block: Introduce .bdrv_parse_filename cal


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 07/11] block: Introduce .bdrv_parse_filename callback
Date: Tue, 19 Mar 2013 16:04:08 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 03/18/2013 11:23 AM, Kevin Wolf wrote:
> If a driver needs structured data and not just a string, it can provide
> a .bdrv_parse_filename callback now that parses the command line string
> into separate options. Keeping this separate from .bdrv_open_filename
> ensures that the preferred way of directly specifying the options always
> works as well if parsing the string works.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  block.c                   | 11 +++++++++++
>  block/nbd.c               | 29 +++++++++++++----------------
>  include/block/block_int.h |  1 +
>  3 files changed, 25 insertions(+), 16 deletions(-)

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]