Re: [Qemu-devel] [PATCH 01/12] savevm: Use a struct to pass all handlers
On 06/28/2012 10:21 PM, Juan Quintela wrote: > This would make easier to add more operations in the next patches. > > Signed-off-by: Juan Quintela > --- > savevm.c | 54 +- > vmstate.h |7 +++ > 2 files changed, 32 insertions(+), 29
[Qemu-devel] [PATCH 01/12] savevm: Use a struct to pass all handlers
This would make easier to add more operations in the next patches. Signed-off-by: Juan Quintela --- savevm.c | 54 +- vmstate.h |7 +++ 2 files changed, 32 insertions(+), 29 deletions(-) diff --git a/savevm.c b/savevm.c index a15c16