Re: [Qemu-devel] [PATCH 36/51] ram: Move QEMUFile into RAMState

2017-03-31 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We receive the file from save_live operations and we don't use it > until 3 or 4 levels of calls down. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > migration/ram.c | 84 > +-

[Qemu-devel] [PATCH 36/51] ram: Move QEMUFile into RAMState

2017-03-23 Thread Juan Quintela
We receive the file from save_live operations and we don't use it until 3 or 4 levels of calls down. Signed-off-by: Juan Quintela --- migration/ram.c | 84 + 1 file changed, 37 insertions(+), 47 deletions(-) diff --git a/migration/ram.c b/