qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 06/11] nbd: Accept -drive options for the networ


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 06/11] nbd: Accept -drive options for the network connection
Date: Tue, 19 Mar 2013 15:44:21 -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:
> The existing parsers for the file name now parse everything into the
> bdrv_open() options QDict. Instead of using these parsers, you can now
> directly specify the options on the command line, like this:
> 
>     qemu-system-x86_64 -drive file=nbd:,file.port=1234,file.host=::1
> 
> Clearly the file=... part could use further improvement, but it's a
> start.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  block/nbd.c | 129 
> ++++++++++++++++++++++++++++++++++++------------------------
>  1 file changed, 77 insertions(+), 52 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]