On Thu, Apr 07, 2016 at 06:33:36PM +0200, Paolo Bonzini wrote: > This has better performance because it executes fewer system calls > and does not use a bottom half per disk. Each aio_context_t is initialized for 128 in-flight requests in laio_init(). Will it be possible to hit the limit now that all drives share the same aio_context_t? Stefan