Re: [Qemu-devel] [PATCH for-2.6 0/3] block: Fix assertion failure at mirror exit

2016-04-21 Thread Fam Zheng
On Fri, 04/22 14:35, Fam Zheng wrote: > This supersedes the "virtio: Register host notifier handler as external" patch > from yesterday. > > The bug was initially reported by Matthew Schumacher as LaunchPad Bug 1570134, > and nicely bisected by Max Reitz. See patch 2 for the analysis. > > We are

[Qemu-devel] [PATCH for-2.6 0/3] block: Fix assertion failure at mirror exit

2016-04-21 Thread Fam Zheng
This supersedes the "virtio: Register host notifier handler as external" patch from yesterday. The bug was initially reported by Matthew Schumacher as LaunchPad Bug 1570134, and nicely bisected by Max Reitz. See patch 2 for the analysis. We are late for 2.6 so the fix is done locally in mirror.c.