Re: [Qemu-devel] [PATCH 39/51] ram: We don't need MigrationState parameter anymore

2017-03-30 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:45:32PM +0100, Juan Quintela wrote: > Remove it from callers and callees. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu -- peterx

Re: [Qemu-devel] [PATCH 39/51] ram: We don't need MigrationState parameter anymore

2017-03-24 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Remove it from callers and callees. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > migration/ram.c | 27 ++- > 1 file changed, 10 insertions(+), 17 deletions(-) > > diff --git a/migration/ram

[Qemu-devel] [PATCH 39/51] ram: We don't need MigrationState parameter anymore

2017-03-23 Thread Juan Quintela
Remove it from callers and callees. Signed-off-by: Juan Quintela --- migration/ram.c | 27 ++- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index cb5f06f..064b2c0 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -7