Re: [Qemu-devel] [PATCH 11/51] ram: Move dup_pages into RAMState

2017-03-31 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Peter Xu wrote: > > On Thu, Mar 23, 2017 at 09:45:04PM +0100, Juan Quintela wrote: > >> Once there rename it to its actual meaning, zero_pages. > >> > >> Signed-off-by: Juan Quintela > >> Reviewed-by: Dr. David Alan Gilbert > > > > Reviewed-by: Pet

Re: [Qemu-devel] [PATCH 11/51] ram: Move dup_pages into RAMState

2017-03-29 Thread Juan Quintela
Peter Xu wrote: > On Tue, Mar 28, 2017 at 08:43:37PM +0200, Juan Quintela wrote: >> Peter Xu wrote: >> > On Thu, Mar 23, 2017 at 09:45:04PM +0100, Juan Quintela wrote: >> >> Once there rename it to its actual meaning, zero_pages. >> >> >> >> Signed-off-by: Juan Quintela >> >> Reviewed-by: Dr. D

Re: [Qemu-devel] [PATCH 11/51] ram: Move dup_pages into RAMState

2017-03-29 Thread Peter Xu
On Tue, Mar 28, 2017 at 08:43:37PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > On Thu, Mar 23, 2017 at 09:45:04PM +0100, Juan Quintela wrote: > >> Once there rename it to its actual meaning, zero_pages. > >> > >> Signed-off-by: Juan Quintela > >> Reviewed-by: Dr. David Alan Gilbert > > >

Re: [Qemu-devel] [PATCH 11/51] ram: Move dup_pages into RAMState

2017-03-28 Thread Juan Quintela
Peter Xu wrote: > On Thu, Mar 23, 2017 at 09:45:04PM +0100, Juan Quintela wrote: >> Once there rename it to its actual meaning, zero_pages. >> >> Signed-off-by: Juan Quintela >> Reviewed-by: Dr. David Alan Gilbert > > Reviewed-by: Peter Xu > > Will post a question below though (not directly re

Re: [Qemu-devel] [PATCH 11/51] ram: Move dup_pages into RAMState

2017-03-27 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:45:04PM +0100, Juan Quintela wrote: > Once there rename it to its actual meaning, zero_pages. > > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Peter Xu Will post a question below though (not directly related to this patch but conte

[Qemu-devel] [PATCH 11/51] ram: Move dup_pages into RAMState

2017-03-23 Thread Juan Quintela
Once there rename it to its actual meaning, zero_pages. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- migration/ram.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index d8428c1..0da13