diff options
author | Eric Blake <eblake@redhat.com> | 2016-09-08 22:14:16 -0500 |
---|---|---|
committer | Juan Quintela <quintela@trasno.org> | 2016-10-13 17:23:53 +0200 |
commit | 7f375e0446bb3ce1cbb93b3e145452ec42bb2041 (patch) | |
tree | f0eece94c87314655775e5e773dc78896800af9d /qapi-schema.json | |
parent | de63ab61241b44598cdfd30060ef23d46d368f9d (diff) | |
download | qemu-7f375e0446bb3ce1cbb93b3e145452ec42bb2041.zip |
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.json | 2 |
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' } # |