Re: [Qemu-devel] AIO error case

2018-05-23 Thread John Snow
On 05/23/2018 02:25 PM, Nishanth Aravamudan wrote: > On Wed, May 23, 2018 at 10:53 AM, John Snow > wrote: >> >> >> >> On 05/22/2018 06:01 PM, Nishanth Aravamudan via Qemu-devel wrote: >> > Hi! >> > >> >> Hi! CCing qemu-bl...@nongnu.org ; >>

Re: [Qemu-devel] AIO error case

2018-05-23 Thread Nishanth Aravamudan via Qemu-devel
On Wed, May 23, 2018 at 10:53 AM, John Snow wrote: > > > > On 05/22/2018 06:01 PM, Nishanth Aravamudan via Qemu-devel wrote: > > Hi! > > > > Hi! CCing qemu-bl...@nongnu.org; > > > I'm tracking an error case in the native AIO path, and was wondering if > > there was a latent (albeit possibly hard t

Re: [Qemu-devel] AIO error case

2018-05-23 Thread John Snow
On 05/22/2018 06:01 PM, Nishanth Aravamudan via Qemu-devel wrote: > Hi! > Hi! CCing qemu-bl...@nongnu.org; > I'm tracking an error case in the native AIO path, and was wondering if > there was a latent (albeit possibly hard to hit) bug. Specifically > util/async.c::aio_get_linux_aio: > > #ifd

[Qemu-devel] AIO error case

2018-05-22 Thread Nishanth Aravamudan via Qemu-devel
Hi! I'm tracking an error case in the native AIO path, and was wondering if there was a latent (albeit possibly hard to hit) bug. Specifically util/async.c::aio_get_linux_aio: #ifdef CONFIG_LINUX_AIO LinuxAioState *aio_get_linux_aio(AioContext *ctx) { if (!ctx->linux_aio) { ctx->linux