qemu-devel
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v20 14/26] raw-posix.c: replace QEMUOptionParameter with QemuOpts
Date: Mon, 17 Feb 2014 11:18:40 -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-posix.c: replace QEMUOptionParameter with QemuOpts
> 
> Signed-off-by: Dong Xu Wang <address@hidden>
> Signed-off-by: Chunyan Liu <address@hidden>
> ---
>  block/raw-posix.c |   58 ++++++++++++++++++++++++----------------------------
>  1 files changed, 27 insertions(+), 31 deletions(-)
> 

> @@ -2171,8 +2167,8 @@ static BlockDriver bdrv_host_cdrom = {
>      .bdrv_reopen_prepare = raw_reopen_prepare,
>      .bdrv_reopen_commit  = raw_reopen_commit,
>      .bdrv_reopen_abort   = raw_reopen_abort,
> -    .bdrv_create        = hdev_create,
> -    .create_options     = raw_create_options,
> +    .bdrv_create2        = hdev_create,
> +    .create_opts        = &raw_create_opts,

Everywhere else in the patch maintained or added consistency, but
alignment of = here is off.

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