Re: [Qemu-devel] [PATCH 03/97] vmstate: return error in case of error

2014-04-07 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > If there is an error while loading a field, we should stop reading and > not continue with the rest of fields. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > vmstate.c | 3 +++ > 1 file changed, 3 insertions(+) > >

[Qemu-devel] [PATCH 03/97] vmstate: return error in case of error

2014-04-06 Thread Juan Quintela
If there is an error while loading a field, we should stop reading and not continue with the rest of fields. Signed-off-by: Juan Quintela --- vmstate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vmstate.c b/vmstate.c index bfa34cc..d82cccf 100644 --- a/vmstate.c +++ b/vmstate.c @@ -7