Re: [Qemu-devel] [PATCH 28/51] ram: Remove ram_save_remaining

2017-03-30 Thread Peter Xu
On Thu, Mar 30, 2017 at 06:07:11PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > On Thu, Mar 23, 2017 at 09:45:21PM +0100, Juan Quintela wrote: > >> Just unfold it. Move ram_bytes_remaining() with the rest of exported > >> functions. > >> > >> Signed-off-by: Juan Quintela > >> --- > >> mig

Re: [Qemu-devel] [PATCH 28/51] ram: Remove ram_save_remaining

2017-03-30 Thread Juan Quintela
Peter Xu wrote: > On Thu, Mar 23, 2017 at 09:45:21PM +0100, Juan Quintela wrote: >> Just unfold it. Move ram_bytes_remaining() with the rest of exported >> functions. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 19 +++ >> 1 file changed, 7 insertions(+), 12 d

Re: [Qemu-devel] [PATCH 28/51] ram: Remove ram_save_remaining

2017-03-29 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:45:21PM +0100, Juan Quintela wrote: > Just unfold it. Move ram_bytes_remaining() with the rest of exported > functions. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 19 +++ > 1 file changed, 7 insertions(+), 12 deletions(-) > > diff --gi

Re: [Qemu-devel] [PATCH 28/51] ram: Remove ram_save_remaining

2017-03-24 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Just unfold it. Move ram_bytes_remaining() with the rest of exported > functions. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > migration/ram.c | 19 +++ > 1 file changed, 7 insertions(+), 12 deleti

[Qemu-devel] [PATCH 28/51] ram: Remove ram_save_remaining

2017-03-23 Thread Juan Quintela
Just unfold it. Move ram_bytes_remaining() with the rest of exported functions. Signed-off-by: Juan Quintela --- migration/ram.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 3ae00e2..dd5a453 100644 --- a/migrati