Re: [Qemu-devel] [RFC PATCH 00/11] Block layer thread-safety, next part

2017-07-10 Thread Stefan Hajnoczi
On Thu, Jul 06, 2017 at 06:38:17PM +0200, Paolo Bonzini wrote: > Here, patches 1-6 make the remaining part of the block layer thread safe. > Patches 7-11 start removing aio_context_acquire/release, so the line > count goes down instead of up. > > This is the penultimate series. The remaining part

Re: [Qemu-devel] [RFC PATCH 00/11] Block layer thread-safety, next part

2017-07-06 Thread Fam Zheng
On Thu, 07/06 16:48, no-re...@patchew.org wrote: > fatal: Cannot update paths and switch to branch 'test' at the same time. > Did you intend to checkout > 'origin/patchew/20170706163828.24082-1-pbonz...@redhat.com' which can not be > resolved as commit? > Traceback (most recent call last): > Fi

[Qemu-devel] [RFC PATCH 00/11] Block layer thread-safety, next part

2017-07-06 Thread Paolo Bonzini
Here, patches 1-6 make the remaining part of the block layer thread safe. Patches 7-11 start removing aio_context_acquire/release, so the line count goes down instead of up. This is the penultimate series. The remaining part makes virtio-blk, virtio-scsi and block jobs thread safe, so that the Ai