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 <be...@igalia.com>
Reviewed-by: Kevin Wolf <kw...@redhat.com> > @@ -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