Re: [Qemu-devel] [PATCH v2 00/11] block: allow blockjobs to coexist with dataplane

2014-10-29 Thread Stefan Hajnoczi
On Tue, Oct 21, 2014 at 12:03:49PM +0100, Stefan Hajnoczi wrote: > v2: > * Protect block_job_defer_to_main_loop_bh() against AioContext change [Max] > * Drop unnecessary if (buf) around qemu_vfree(buf) [Max] > > Almost all the infrastructure is in place to make blockjobs safe for use with > data

[Qemu-devel] [PATCH v2 00/11] block: allow blockjobs to coexist with dataplane

2014-10-21 Thread Stefan Hajnoczi
v2: * Protect block_job_defer_to_main_loop_bh() against AioContext change [Max] * Drop unnecessary if (buf) around qemu_vfree(buf) [Max] Almost all the infrastructure is in place to make blockjobs safe for use with dataplane: * Op blockers all us to exclude commands that could conflict with a