Re: [Qemu-devel] [PATCH 03/12] savevm: remove SaveSetParamsHandler

2012-07-01 Thread Orit Wasserman
On 06/28/2012 10:22 PM, Juan Quintela wrote: > It was used only once, just unfold. > > Signed-off-by: Juan Quintela > --- > vmstate.h |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/vmstate.h b/vmstate.h > index 4bce53b..5e1a7cc 100644 > --- a/vmstate.h > +++ b/vms

[Qemu-devel] [PATCH 03/12] savevm: remove SaveSetParamsHandler

2012-06-28 Thread Juan Quintela
It was used only once, just unfold. Signed-off-by: Juan Quintela --- vmstate.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vmstate.h b/vmstate.h index 4bce53b..5e1a7cc 100644 --- a/vmstate.h +++ b/vmstate.h @@ -26,13 +26,12 @@ #ifndef QEMU_VMSTATE_H #define QEMU_VM