qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 7/7] block: rename "read-only" to BDRV_OPT_READ_


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH 7/7] block: rename "read-only" to BDRV_OPT_READ_ONLY
Date: Thu, 15 Sep 2016 15:09:30 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 14.09.2016 um 17:52 hat Alberto Garcia geschrieben:
> There were a few instances left. After this patch we're using the
> macro in all places.
> 
> Signed-off-by: Alberto Garcia <address@hidden>

Reviewed-by: Kevin Wolf <address@hidden>

> @@ -4165,7 +4165,7 @@ static QemuOptsList qemu_root_bds_opts = {
>              .type = QEMU_OPT_STRING,
>              .help = "host AIO implementation (threads, native)",
>          },{
> -            .name = "read-only",
> +            .name = BDRV_OPT_READ_ONLY,
>              .type = QEMU_OPT_BOOL,
>              .help = "open drive file as read-only",
>          },{

This hunk will go away with the change you're going to make to the
earlier patch, but you can keep my R-b.

Kevin



reply via email to

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