Re: [Qemu-devel] [PATCH] Postcopy: Fix sync count in info migrate

2016-02-25 Thread Dr. David Alan Gilbert
* Hailiang Zhang (zhang.zhanghaili...@huawei.com) wrote: > On 2016/2/25 18:03, Dr. David Alan Gilbert (git) wrote: > >From: "Dr. David Alan Gilbert" > > > >I'd missed the sync count off in the postcopy case. > > > >Signed-off-by: Dr. David Alan Gilbert > >--- > > migration/migration.c | 1 + > >

Re: [Qemu-devel] [PATCH] Postcopy: Fix sync count in info migrate

2016-02-25 Thread Hailiang Zhang
On 2016/2/25 18:03, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" I'd missed the sync count off in the postcopy case. Signed-off-by: Dr. David Alan Gilbert --- migration/migration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/migration.c b/migration/m

[Qemu-devel] [PATCH] Postcopy: Fix sync count in info migrate

2016-02-25 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" I'd missed the sync count off in the postcopy case. Signed-off-by: Dr. David Alan Gilbert --- migration/migration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/migration.c b/migration/migration.c index fc5e50b..34d3e5f 100644 --- a/migration/mig