Re: [Qemu-devel] [PATCH v2 0/5] block: reduce reliance on bs->job pointer

2016-02-02 Thread John Snow
ping, I think this one is up to you, jtc? On 01/26/2016 06:54 PM, John Snow wrote: > This is a small collection of patches to reduce our use of the bs->job > pointer where possible. There are still more usages in the code, but > this cuts down on a few. > > The goal is to eventually eliminate all

[Qemu-devel] [PATCH v2 0/5] block: reduce reliance on bs->job pointer

2016-01-26 Thread John Snow
This is a small collection of patches to reduce our use of the bs->job pointer where possible. There are still more usages in the code, but this cuts down on a few. The goal is to eventually eliminate all of them and allow multiple block jobs to run concurrently, but design on what that will look