On 02/11/2014 11:33 PM, Chunyan Liu wrote:
> raw-posix.c: replace QEMUOptionParameter with QemuOpts
> 
> Signed-off-by: Dong Xu Wang <wdon...@linux.vnet.ibm.com>
> Signed-off-by: Chunyan Liu <cy...@suse.com>
> ---
>  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