From: Jeff Cody Date: Tue, 13 Sep 2016 15:35:38 +0000 (-0400) Subject: qapi: add release designator to gluster logfile option X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=05fce20d6d1d758021f6a3c7af03d116a2cb61a4;p=qemu.git qapi: add release designator to gluster logfile option The "logfile" option to BlockdevOptionsGluster will not be in QEMU until 2.8. Update comment to indicate this. Reported-by: Eric Blake Signed-off-by: Jeff Cody --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 5af040b740..bcd3b9effe 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2197,7 +2197,7 @@ # # @debug-level: #optional libgfapi log level (default '4' which is Error) # -# @logfile: #optional libgfapi log file (default /dev/stderr) +# @logfile: #optional libgfapi log file (default /dev/stderr) (Since 2.8) # # Since: 2.7 ##