Re: [Qemu-block] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-18 Thread Fam Zheng
On Wed, 10/19 08:55, Fam Zheng wrote: > Modulo the one harmful question, series: s/harmful/unharmful/, apparently. Fam

Re: [Qemu-block] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-18 Thread Fam Zheng
On Mon, 10/17 15:54, Paolo Bonzini wrote: > This patch reorganizes aio_poll callers to establish new rules for > dataplane locking. The idea is that I/O operations on a dataplane > BDS (i.e. one where the AioContext is not the main one) do not call > aio_poll anymore. Instead, they wait for the o

[Qemu-block] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-17 Thread Paolo Bonzini
This patch reorganizes aio_poll callers to establish new rules for dataplane locking. The idea is that I/O operations on a dataplane BDS (i.e. one where the AioContext is not the main one) do not call aio_poll anymore. Instead, they wait for the operation to end in the other I/O thread, at which