Re: [Qemu-devel] [PATCH 1/2] migration: report an error giving the failed field

2016-10-05 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > When a field fails to load (typically due to a limit > check, or a call to a get/put) report the device and field > to give an indication of the cause. > > Signed-off-by: Dr.

[Qemu-devel] [PATCH 1/2] migration: report an error giving the failed field

2016-09-27 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" When a field fails to load (typically due to a limit check, or a call to a get/put) report the device and field to give an indication of the cause. Signed-off-by: Dr. David Alan Gilbert --- migration/vmstate.c | 2 ++ 1