qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] question about live migration with storage


From: Paolo Bonzini
Subject: Re: [Qemu-devel] question about live migration with storage
Date: Thu, 15 Jan 2015 10:11:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 15/01/2015 04:54, Zhang Haoyu wrote:
>>>> > >> 2) Finer-grain control the parameters of block migration (dirty bitmap
>>>> > >> granularity).
>>>> > >>
>>>> > >> 3) Block and RAM migration do not share the same socket and thus can
>>>> > >> more easily be parallelized.
>>>> > >>
> drive_mirror job is done in main-thread,
> then how to accept the qmp_migrate request while drive_mirror is performing?
> If need to wait for the completion of drive_mirror,
> how to implement the parallelization between block and ram migration?

drive_mirror runs in the background, using coroutines.

Paolo



reply via email to

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