qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v3 0/3] Add -blockdev command line option


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH v3 0/3] Add -blockdev command line option
Date: Mon, 26 Sep 2016 18:15:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 26.09.2016 17:27, Kevin Wolf wrote:
> This series adds an option that is directly mapped to the blockdev-add QMP
> command. It works more or less like -drive, except that it doesn't create a
> BlockBackend (creating just a BDS without a BB is impossible with -drive) and
> doesn't support legacy options.
> 
> Depends on Dan's "[PATCH v13 0/6] QAPI/QOM work for non-scalar object
> properties".
> 
> v3:
> - Some more documentation improvements [Max]
> 
> v2:
> - Fix uninitialised use of options variable [Eric]
> - Use qapi_free_BlockdevOptions() instead of dealloc visitor [Eric]
> - Improved documentation to mention dotted syntax, explain use of
>   -blockdev with -device, include examples and default values [Eric]
> 
> Kevin Wolf (3):
>   block: Add '-blockdev' command line option
>   doc: Document generic -blockdev options
>   doc: Document driver-specific -blockdev options
> 
>  blockdev.c              |  12 +++
>  include/sysemu/sysemu.h |   1 +
>  qemu-options.hx         | 227 
> +++++++++++++++++++++++++++++++++++++++++-------
>  vl.c                    |  53 +++++++++++
>  4 files changed, 264 insertions(+), 29 deletions(-)

Thanks!

Reviewed-by: Max Reitz <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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