From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkWQJ-0004GB-3Z for qemu-devel@nongnu.org; Thu, 15 Sep 2016 09:09:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkWQC-0001St-Vb for qemu-devel@nongnu.org; Thu, 15 Sep 2016 09:09:49 -0400 Date: Thu, 15 Sep 2016 15:09:30 +0200 From: Kevin Wolf Message-ID: <20160915130930.GI4726@noname.redhat.com> References: <3b24ba60285c1500441ac0329306b93f47649c25.1473867967.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3b24ba60285c1500441ac0329306b93f47649c25.1473867967.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH 7/7] block: rename "read-only" to BDRV_OPT_READ_ONLY List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz 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 Reviewed-by: Kevin Wolf > @@ -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