[Qemu-devel] Re: [PATCH V2] savevm: use error_report for vmstate_save error

2011-01-07 Thread Alex Williamson
On Fri, 2011-01-07 at 17:27 +0100, Jan Kiszka wrote: > Am 07.01.2011 17:10, Alex Williamson wrote: > > On Fri, 2011-01-07 at 17:03 +0100, Jan Kiszka wrote: > >> Am 07.01.2011 16:58, Alex Williamson wrote: > >>> If migration is done in the background with the -d option, mon is > >>> NULL and this er

[Qemu-devel] Re: [PATCH V2] savevm: use error_report for vmstate_save error

2011-01-07 Thread Jan Kiszka
Am 07.01.2011 17:10, Alex Williamson wrote: > On Fri, 2011-01-07 at 17:03 +0100, Jan Kiszka wrote: >> Am 07.01.2011 16:58, Alex Williamson wrote: >>> If migration is done in the background with the -d option, mon is >>> NULL and this error message is lost. Instead use error_report(). >>> >>> Signe

[Qemu-devel] Re: [PATCH V2] savevm: use error_report for vmstate_save error

2011-01-07 Thread Alex Williamson
On Fri, 2011-01-07 at 17:03 +0100, Jan Kiszka wrote: > Am 07.01.2011 16:58, Alex Williamson wrote: > > If migration is done in the background with the -d option, mon is > > NULL and this error message is lost. Instead use error_report(). > > > > Signed-off-by: Alex Williamson > > Reviewed-by: J

[Qemu-devel] Re: [PATCH V2] savevm: use error_report for vmstate_save error

2011-01-07 Thread Jan Kiszka
Am 07.01.2011 16:58, Alex Williamson wrote: > If migration is done in the background with the -d option, mon is > NULL and this error message is lost. Instead use error_report(). > > Signed-off-by: Alex Williamson Reviewed-by: Jan Kiszka As already at it: Is this the only error during migrati