diff options
| author | Jeff Cody | 2016-09-13 17:35:38 +0200 |
|---|---|---|
| committer | Jeff Cody | 2016-11-01 12:55:57 +0100 |
| commit | 05fce20d6d1d758021f6a3c7af03d116a2cb61a4 (patch) | |
| tree | 80c4d7733aca404852d07a72ccc9ca18969ee350 | |
| parent | Merge remote-tracking branch 'remotes/rth/tags/pull-sparc-20161031-2' into st... (diff) | |
| download | qemu-05fce20d6d1d758021f6a3c7af03d116a2cb61a4.tar.gz qemu-05fce20d6d1d758021f6a3c7af03d116a2cb61a4.tar.xz qemu-05fce20d6d1d758021f6a3c7af03d116a2cb61a4.zip | |
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 <eblake@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
| -rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 ## |
