Re: [Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-15 Thread Peter Xu
On Fri, Sep 15, 2017 at 03:02:32PM +0800, Fam Zheng wrote: > On Fri, 09/15 14:56, Peter Xu wrote: > > On Fri, Sep 15, 2017 at 02:49:07PM +0800, Fam Zheng wrote: > > > On Fri, 09/15 14:41, Peter Xu wrote: > > > > On Fri, Sep 15, 2017 at 01:44:02PM +0800, Fam Zheng wrote: > > > > > So that we can do

Re: [Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-15 Thread Fam Zheng
On Fri, 09/15 14:56, Peter Xu wrote: > On Fri, Sep 15, 2017 at 02:49:07PM +0800, Fam Zheng wrote: > > On Fri, 09/15 14:41, Peter Xu wrote: > > > On Fri, Sep 15, 2017 at 01:44:02PM +0800, Fam Zheng wrote: > > > > So that we can do cleanup unconditionally at the end of main(). > > > > > > > >

Re: [Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-15 Thread Peter Xu
On Fri, Sep 15, 2017 at 02:49:07PM +0800, Fam Zheng wrote: > On Fri, 09/15 14:41, Peter Xu wrote: > > On Fri, Sep 15, 2017 at 01:44:02PM +0800, Fam Zheng wrote: > > > So that we can do cleanup unconditionally at the end of main(). > > > > > > Signed-off-by: Fam Zheng > > > --- >

Re: [Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-15 Thread Fam Zheng
On Fri, 09/15 14:41, Peter Xu wrote: > On Fri, Sep 15, 2017 at 01:44:02PM +0800, Fam Zheng wrote: > > So that we can do cleanup unconditionally at the end of main(). > > > > Signed-off-by: Fam Zheng > > --- > > migration/ram.c | 3 +++ > > 1 file changed, 3 insertions(+) > > >

Re: [Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-15 Thread Peter Xu
On Fri, Sep 15, 2017 at 01:44:02PM +0800, Fam Zheng wrote: > So that we can do cleanup unconditionally at the end of main(). > > Signed-off-by: Fam Zheng > --- > migration/ram.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/migration/ram.c b/migration/ram.c >

[Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-14 Thread Fam Zheng
So that we can do cleanup unconditionally at the end of main(). Signed-off-by: Fam Zheng --- migration/ram.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migration/ram.c b/migration/ram.c index e18b3e2d4f..37e6a71241 100644 --- a/migration/ram.c +++ b/migration/ram.c