Re: [Qemu-devel] [PATCH for-2.6] virtio: Register host notifier handler as external

2016-04-21 Thread Fam Zheng
On Thu, 04/21 13:42, Kevin Wolf wrote: > Am 21.04.2016 um 10:57 hat Fam Zheng geschrieben: > > On Thu, 04/21 10:07, Kevin Wolf wrote: > > > Am 21.04.2016 um 07:05 hat Fam Zheng geschrieben: > > > > On Thu, 04/21 10:04, Fam Zheng wrote: > > > > > This ensures the bdrv_drained_begin() in block layer

Re: [Qemu-devel] [PATCH for-2.6] virtio: Register host notifier handler as external

2016-04-21 Thread Kevin Wolf
Am 21.04.2016 um 10:57 hat Fam Zheng geschrieben: > On Thu, 04/21 10:07, Kevin Wolf wrote: > > Am 21.04.2016 um 07:05 hat Fam Zheng geschrieben: > > > On Thu, 04/21 10:04, Fam Zheng wrote: > > > > This ensures the bdrv_drained_begin() in block layer is effective and > > > > fixes launchpad bug #157

Re: [Qemu-devel] [PATCH for-2.6] virtio: Register host notifier handler as external

2016-04-21 Thread Fam Zheng
On Thu, 04/21 10:07, Kevin Wolf wrote: > Am 21.04.2016 um 07:05 hat Fam Zheng geschrieben: > > On Thu, 04/21 10:04, Fam Zheng wrote: > > > This ensures the bdrv_drained_begin() in block layer is effective and > > > fixes launchpad bug #1570134. > > > > Forgot to add to the subject, but this patch

Re: [Qemu-devel] [PATCH for-2.6] virtio: Register host notifier handler as external

2016-04-21 Thread Kevin Wolf
Am 21.04.2016 um 07:05 hat Fam Zheng geschrieben: > On Thu, 04/21 10:04, Fam Zheng wrote: > > This ensures the bdrv_drained_begin() in block layer is effective and > > fixes launchpad bug #1570134. > > Forgot to add to the subject, but this patch is for 2.6. Also CCing qemu-stable (this affects 2

Re: [Qemu-devel] [PATCH for-2.6] virtio: Register host notifier handler as external

2016-04-20 Thread Fam Zheng
On Thu, 04/21 10:04, Fam Zheng wrote: > This ensures the bdrv_drained_begin() in block layer is effective and > fixes launchpad bug #1570134. Forgot to add to the subject, but this patch is for 2.6. Fam > > Signed-off-by: Fam Zheng > --- > hw/virtio/virtio.c | 7 --- > 1 file changed, 4 i