Re: [Qemu-devel] [PATCH 1/9] migration: create savevm_state

2015-05-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > This way, we will put savevm global state here, instead of lots of variables. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > savevm.c | 53 + > 1 file changed, 29 i

[Qemu-devel] [PATCH 1/9] migration: create savevm_state

2015-05-14 Thread Juan Quintela
This way, we will put savevm global state here, instead of lots of variables. Signed-off-by: Juan Quintela --- savevm.c | 53 + 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/savevm.c b/savevm.c index 3b0e222..1014e3e 100644 --