[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [CFR 6/10] qmp: migrate command
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [CFR 6/10] qmp: migrate command |
Date: |
Wed, 16 Jun 2010 16:45:56 +0100 |
migrate
-------
Migrate to URI.
Arguments:
- "blk": block migration, full disk copy (json-bool, optional)
- "inc": incremental disk copy (json-bool, optional)
- "uri": Destination URI (json-string)
Example:
-> { "execute": "migrate", "arguments": { "uri": "tcp:0:4446" } }
<- { "return": {} }
Notes:
(1) The 'query-migrate' command should be used to check migration's progress
and final result (this information is provided by the 'status' member)
(2) All boolean arguments default to false
(3) The user Monitor's "detach" argument is invalid in QMP and should not
be used
- [Qemu-devel] [CFR 0/10] QMP specification review (Part 2), Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 2/10] qmp: memsave command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 6/10] qmp: migrate command,
Stefan Hajnoczi <=
- [Qemu-devel] [CFR 5/10] qmp: migrate_set_speed command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 7/10] qmp: netdev_add command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 9/10] qmp: pmemsave command, Stefan Hajnoczi, 2010/06/16
- [Qemu-devel] [CFR 10/10] qmp: query_balloon command, Stefan Hajnoczi, 2010/06/16