qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [CFR 6/10] qmp: migrate command


From: Anthony Liguori
Subject: [Qemu-devel] Re: [CFR 6/10] qmp: migrate command
Date: Wed, 16 Jun 2010 13:52:21 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4

On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
migrate
-------

Migrate to URI.

This command will not be compatible with 0.14.

Regards,

Anthony Liguori

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]