[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/8] migration: introduce control_save_page()
From: |
Peter Xu |
Subject: |
Re: [Qemu-devel] [PATCH 4/8] migration: introduce control_save_page() |
Date: |
Tue, 27 Mar 2018 15:47:08 +0800 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
On Thu, Mar 15, 2018 at 11:37:59AM +0000, Dr. David Alan Gilbert wrote:
> * address@hidden (address@hidden) wrote:
> > From: Xiao Guangrong <address@hidden>
> >
> > Abstract the common function control_save_page() to cleanup the code,
> > no logic is changed
> >
> > Signed-off-by: Xiao Guangrong <address@hidden>
>
> Reviewed-by: Dr. David Alan Gilbert <address@hidden>
>
> It would be good to find a better name for control_save_page, but I
> can't think of one!).
Yeah. I would prefer it's at least still prefixed with ram_*, however
I don't really hope we spend too much time on namings (always :).
Maybe we can just squash the changes into current
ram_control_save_page() directly. But that's optional, current patch
is good to me already, so:
Reviewed-by: Peter Xu <address@hidden>
--
Peter Xu
- Re: [Qemu-devel] [PATCH 3/8] migration: support to detect compressionand decompression errors, (continued)
[Qemu-devel] [PATCH 4/8] migration: introduce control_save_page(), guangrong . xiao, 2018/03/13
[Qemu-devel] [PATCH 5/8] migration: move calling control_save_page to the common place, guangrong . xiao, 2018/03/13
Re: [Qemu-devel] [PATCH 5/8] migration: move calling control_save_page to the common place, Peter Xu, 2018/03/27
[Qemu-devel] [PATCH 6/8] migration: move calling save_zero_page to the common place, guangrong . xiao, 2018/03/13
[Qemu-devel] [PATCH 7/8] migration: introduce save_normal_page(), guangrong . xiao, 2018/03/13