From a4df6eff46e366e8c6ac69d93ea59f95ebd802fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 13:26:12 +0200 Subject: [PATCH] qmp-commands: move 'xen-set-global-dirty-log' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-commands.txt | 15 --------------- qapi-schema.json | 7 +++++++ 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 73fef658f8e..d7104e87210 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -186,21 +186,6 @@ Example: "arguments": { "filename": "/tmp/resume" } } <- { "return": {} } -xen-set-global-dirty-log -------- - -Enable or disable the global dirty log mode. - -Arguments: - -- "enable": Enable it or disable it. - -Example: - --> { "execute": "xen-set-global-dirty-log", - "arguments": { "enable": true } } -<- { "return": {} } - migrate-set-cache-size ---------------------- diff --git a/qapi-schema.json b/qapi-schema.json index be653e8b540..1c4039a0853 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3059,6 +3059,13 @@ # Returns: nothing # # Since: 1.3 +# +# Example: +# +# -> { "execute": "xen-set-global-dirty-log", +# "arguments": { "enable": true } } +# <- { "return": {} } +# ## { 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } } -- 2.39.5