summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorMarkus Armbruster2018-07-05 11:14:02 +0200
committerMarkus Armbruster2018-07-16 15:38:19 +0200
commit361ac948a5c960ce7a093cec1744bff0d5af3dec (patch)
tree9d7c747583d81b0df87dcfd9a2ac22d1926d9768 /qapi
parentqapi: Do not expose "allow-preconfig" in query-qmp-schema (diff)
downloadqemu-361ac948a5c960ce7a093cec1744bff0d5af3dec.tar.gz
qemu-361ac948a5c960ce7a093cec1744bff0d5af3dec.tar.xz
qemu-361ac948a5c960ce7a093cec1744bff0d5af3dec.zip
cli qmp: Mark --preconfig, exit-preconfig experimental
Committing to the current --preconfig / exit-preconfig interface before it has seen any use is premature. Mark both as experimental, the former in documentation, the latter by renaming it to x-exit-preconfig. See the previous commit for more detailed rationale. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180705091402.26244-3-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Igor Mammedov <imammedo@redhat.com> [Straightforward conflict with commit 514337c142f resolved]
Diffstat (limited to 'qapi')
-rw-r--r--qapi/misc.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi/misc.json b/qapi/misc.json
index f1860418e8..d450cfef21 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -1205,7 +1205,7 @@
{ 'command': 'cont' }
##
-# @exit-preconfig:
+# @x-exit-preconfig:
#
# Exit from "preconfig" state
#
@@ -1221,11 +1221,11 @@
#
# Example:
#
-# -> { "execute": "exit-preconfig" }
+# -> { "execute": "x-exit-preconfig" }
# <- { "return": {} }
#
##
-{ 'command': 'exit-preconfig', 'allow-preconfig': true }
+{ 'command': 'x-exit-preconfig', 'allow-preconfig': true }
##
# @system_wakeup: