summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-09-08 22:14:16 -0500
committerJuan Quintela <quintela@trasno.org>2016-10-13 17:23:53 +0200
commit7f375e0446bb3ce1cbb93b3e145452ec42bb2041 (patch)
treef0eece94c87314655775e5e773dc78896800af9d /qapi-schema.json
parentde63ab61241b44598cdfd30060ef23d46d368f9d (diff)
downloadqemu-7f375e0446bb3ce1cbb93b3e145452ec42bb2041.tar.gz
migrate: Use boxed qapi for migrate-set-parameters
Now that QAPI makes it easy to pass a struct around, we don't have to declare as many parameters or local variables. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index e16e889505..58bed71837 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -672,7 +672,7 @@
#
# Since: 2.4
##
-{ 'command': 'migrate-set-parameters',
+{ 'command': 'migrate-set-parameters', 'boxed': true,
'data': 'MigrationParameters' }
#