Re: [Qemu-devel] [PATCH v22 07/10] Introduce new APIs to do replication operation

2016-07-25 Thread Changlong Xie
On 07/26/2016 06:23 AM, Max Reitz wrote: +# @primary: Primary mode, the vm's state will be sent to secondary QEMU. >+# >+# @secondary: Secondary mode, receive the vm's state from primary QEMU. >+# >+# Since: 2.7 Probably 2.8 now. I'll update 2.7 to 2.8 for all these series Max

Re: [Qemu-devel] [PATCH v22 07/10] Introduce new APIs to do replication operation

2016-07-25 Thread Max Reitz
On 22.07.2016 12:16, Wang WeiWei wrote: > From: Changlong Xie > > This commit introduces six replication interfaces(for block, network etc). > Firstly we can use replication_(new/remove) to create/destroy replication > instances, then in migration we can use replication_(start/stop/do_checkpoint

[Qemu-devel] [PATCH v22 07/10] Introduce new APIs to do replication operation

2016-07-22 Thread Wang WeiWei
From: Changlong Xie This commit introduces six replication interfaces(for block, network etc). Firstly we can use replication_(new/remove) to create/destroy replication instances, then in migration we can use replication_(start/stop/do_checkpoint /get_error)_all to handle all replication operatio