Re: [Qemu-devel] [PATCH 007/124] vmstate: Return error in case of error

2014-04-22 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Juan Quintela wrote: > > "Dr. David Alan Gilbert" wrote: > >> * 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. And we should also se

Re: [Qemu-devel] [PATCH 007/124] vmstate: Return error in case of error

2014-04-22 Thread Juan Quintela
Juan Quintela wrote: > "Dr. David Alan Gilbert" wrote: >> * 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. And we should also set an error >>> in qemu_file. >>> >>> Signed-off-by: Ju

Re: [Qemu-devel] [PATCH 007/124] vmstate: Return error in case of error

2014-04-22 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert" wrote: >> > * 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. And we shou

Re: [Qemu-devel] [PATCH 007/124] vmstate: Return error in case of error

2014-04-22 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * 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. And we should also set an error > >> in qemu_file.

Re: [Qemu-devel] [PATCH 007/124] vmstate: Return error in case of error

2014-04-22 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * 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. And we should also set an error >> in qemu_file. >> >> Signed-off-by: Juan Quintela >> --- >> vmstat

Re: [Qemu-devel] [PATCH 007/124] vmstate: Return error in case of error

2014-04-22 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. And we should also set an error > in qemu_file. > > Signed-off-by: Juan Quintela > --- > vmstate.c | 6 ++ > 1 file changed, 6 insert