From 05fce20d6d1d758021f6a3c7af03d116a2cb61a4 Mon Sep 17 00:00:00 2001 From: Jeff Cody Date: Tue, 13 Sep 2016 11:35:38 -0400 Subject: [PATCH] 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 --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ## -- 2.11.0