qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v20 15/26] raw-win32.c: replace QEMUOptionParame


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v20 15/26] raw-win32.c: replace QEMUOptionParameter with QemuOpts
Date: Mon, 17 Feb 2014 11:42:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 02/11/2014 11:33 PM, Chunyan Liu wrote:
> raw-win32.c: replace QEMUOptionParameter with QemuOpts
> 
> Signed-off-by: Dong Xu Wang <address@hidden>
> Signed-off-by: Chunyan Liu <address@hidden>
> ---
>  block/raw-win32.c |   33 +++++++++++++++++----------------
>  1 files changed, 17 insertions(+), 16 deletions(-)
> 
> @@ -506,7 +507,7 @@ static BlockDriver bdrv_file = {
>      .bdrv_needs_filename = true,
>      .bdrv_file_open  = raw_open,
>      .bdrv_close              = raw_close,
> -    .bdrv_create     = raw_create,
> +    .bdrv_create2       = raw_create,
>      .bdrv_has_zero_init = bdrv_has_zero_init_1,
>  

Alignment was inconsistent before your patch, but you could take this
opportunity to clean it up.

-- 
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]