Re: [Qemu-devel] [PATCH 0/2] migration: Fix early failure crash

2018-02-12 Thread Peter Xu
On Mon, Feb 12, 2018 at 04:03:38PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This fixes a crash for the case where a migration exits with an error > very early, this is probably due to my recent error handling change. > > I also add a test to make sure this

[Qemu-devel] [PATCH 0/2] migration: Fix early failure crash

2018-02-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This fixes a crash for the case where a migration exits with an error very early, this is probably due to my recent error handling change. I also add a test to make sure this doesn't fail again, the test does output one line of junk, suggestions for how to clean it