diff options
| author | Eric Blake | 2016-12-06 19:20:20 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2016-12-06 21:22:03 +0100 |
| commit | 4230e5d128174c1f5abedd7ff6c9e035456e665e (patch) | |
| tree | 2f9e93210a9b858f0f5abcb1b576ec77a83a235f /qapi | |
| parent | exec.c: Fix breakpoint invalidation race (diff) | |
| download | qemu-4230e5d128174c1f5abedd7ff6c9e035456e665e.tar.gz qemu-4230e5d128174c1f5abedd7ff6c9e035456e665e.tar.xz qemu-4230e5d128174c1f5abedd7ff6c9e035456e665e.zip | |
qapi: Document introduction of gluster's 'debug' option
We intentionally renamed 'debug-level' to 'debug' in the QMP
schema for 'blockdev-add' related to gluster, in order to
match the command line (commit 1a417e46). However, since
'debug-level' was visible in 2.7, that means that we should
document that 'debug' was not available until 2.8.
The change was intentional because 'blockdev-add' itself
underwent incompatible changes (such as commit 0153d2f) for
the same release; our intent is that after 2.8, these
interfaces will now be stable. [In hindsight, we should have
used the name x-blockdev-add when we first introduced it]
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-id: 20161206182020.25736-1-eblake@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/block-core.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index a298e7609a..6b42216960 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2196,6 +2196,7 @@ # @server: gluster servers description # # @debug: #optional libgfapi log level (default '4' which is Error) +# (Since 2.8) # # @logfile: #optional libgfapi log file (default /dev/stderr) (Since 2.8) # |
