Re: [Qemu-devel] [PATCH] vmstate: fix varrays with uint32_t indexes

2011-04-12 Thread Stefan Hajnoczi
On Mon, Apr 11, 2011 at 3:01 PM, Amos Kong wrote: > VARRAY_UINT32 only exists in vmstate_load_state(), > but not in vmstate_save_state(). > > CC: Juan Quintela > Signed-off-by: Amos Kong > --- >  savevm.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) Hmm...Juan wasn't actually C

[Qemu-devel] [PATCH] vmstate: fix varrays with uint32_t indexes

2011-04-11 Thread Amos Kong
VARRAY_UINT32 only exists in vmstate_load_state(), but not in vmstate_save_state(). CC: Juan Quintela Signed-off-by: Amos Kong --- savevm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/savevm.c b/savevm.c index 03fce62..09825e6 100644 --- a/savevm.c +++ b/savevm.c @