Re: [Qemu-devel] [PATCH 0/3] COLO: fix some bugs

2017-02-13 Thread Dr. David Alan Gilbert
* Hailiang Zhang (zhang.zhanghaili...@huawei.com) wrote: > On 2017/2/10 23:44, Dr. David Alan Gilbert wrote: > > * zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > > > Hi, > > > > > > This series fix three bugs of COLO. > > > patch 1 fix one usage case which users want to change checkpoint-

Re: [Qemu-devel] [PATCH 0/3] COLO: fix some bugs

2017-02-13 Thread Hailiang Zhang
On 2017/2/10 23:44, Dr. David Alan Gilbert wrote: * zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: Hi, This series fix three bugs of COLO. patch 1 fix one usage case which users want to change checkpoint-delay with an extream big value set before, the new value may not take effect until

Re: [Qemu-devel] [PATCH 0/3] COLO: fix some bugs

2017-02-10 Thread Dr. David Alan Gilbert
* zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > Hi, > > This series fix three bugs of COLO. > patch 1 fix one usage case which users want to change checkpoint-delay > with an extream big value set before, the new value may not take effect > until finishing a long time of sleep. > > Pat

[Qemu-devel] [PATCH 0/3] COLO: fix some bugs

2017-01-17 Thread zhanghailiang
Hi, This series fix three bugs of COLO. patch 1 fix one usage case which users want to change checkpoint-delay with an extream big value set before, the new value may not take effect until finishing a long time of sleep. Patch 2 and 3 are old patches that split from previous version long time ag