Re: [Qemu-devel] [PATCH 5/5] ram: Make RAMState dynamic

2017-06-06 Thread Juan Quintela
Peter Xu wrote: > On Fri, Jun 02, 2017 at 12:08:13AM +0200, Juan Quintela wrote: >> We create the variable while we are at migration and we remove it >> after migration. >> >> Signed-off-by: Juan Quintela >> @@ -1818,6 +1825,8 @@ static int

Re: [Qemu-devel] [PATCH 5/5] ram: Make RAMState dynamic

2017-06-06 Thread Peter Xu
On Fri, Jun 02, 2017 at 12:08:13AM +0200, Juan Quintela wrote: > We create the variable while we are at migration and we remove it > after migration. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 52 > 1 file

Re: [Qemu-devel] [PATCH 5/5] ram: Make RAMState dynamic

2017-06-05 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We create the variable while we are at migration and we remove it > after migration. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 52 > 1 file changed, 32

[Qemu-devel] [PATCH 5/5] ram: Make RAMState dynamic

2017-06-01 Thread Juan Quintela
We create the variable while we are at migration and we remove it after migration. Signed-off-by: Juan Quintela --- migration/ram.c | 52 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/migration/ram.c