On Wed, 10/19 08:55, Fam Zheng wrote:
> Reviewed-by: Fam Zheng
FWIW in merging it:
Acked-by: 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
On Wed, 10/19 08:55, Fam Zheng wrote:
> Modulo the one harmful question, series:
s/harmful/unharmful/, apparently.
Fam
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