qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v27 12/33] change block layer to support both Qe


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v27 12/33] change block layer to support both QemuOpts and QEMUOptionParamter
Date: Tue, 27 May 2014 21:47:52 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 05/07/2014 03:58 AM, Chunyan Liu wrote:
> Change block layer to support both QemuOpts and QEMUOptionParameter.
> After this patch, it will change backend drivers one by one. At the end,
> QEMUOptionParameter will be removed and only QemuOpts is kept.
> 
> Signed-off-by: Dong Xu Wang <address@hidden>
> Signed-off-by: Chunyan Liu <address@hidden>
> ---
> Changes:
>   * Fix Eric's comments:
>     - remove the end '.' in two error messages.
>     - update related iotests .out file.
> 
>  block.c                    | 160 
> +++++++++++++++++++++++++++++++--------------
>  block/cow.c                |   2 +-
>  block/qcow.c               |   2 +-
>  block/qcow2.c              |   2 +-
>  block/qed.c                |   2 +-
>  block/raw_bsd.c            |   2 +-
>  block/vhdx.c               |   2 +-
>  block/vmdk.c               |   4 +-
>  block/vvfat.c              |   2 +-
>  include/block/block.h      |   7 +-
>  include/block/block_int.h  |  13 +++-
>  qemu-img.c                 |  94 +++++++++++++-------------
>  tests/qemu-iotests/049.out |   2 +-
>  tests/qemu-iotests/061.out |   2 +-
>  14 files changed, 183 insertions(+), 113 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]