Re: AIO_WAIT_WHILE questions

2020-03-30 Thread Stefan Hajnoczi
On Mon, Mar 30, 2020 at 10:09:45AM +0200, Markus Armbruster wrote: > Cc'ing people based on output of "scripts/get_maintainer.pl -f > include/block/aio-wait.h". > > Dietmar Maurer writes: > > > Hi all, > > > > I have a question about AIO_WAIT_WHILE. The docs inside the code say: > > > > * The

Re: AIO_WAIT_WHILE questions

2020-03-30 Thread Markus Armbruster
Cc'ing people based on output of "scripts/get_maintainer.pl -f include/block/aio-wait.h". Dietmar Maurer writes: > Hi all, > > I have a question about AIO_WAIT_WHILE. The docs inside the code say: > > * The caller's thread must be the IOThread that owns @ctx or the main loop > * thread (with

Re: AIO_WAIT_WHILE questions

2020-03-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1242491200.59.1585326983...@webmail.proxmox.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: AIO_WAIT_WHILE questions Message-id: 1242491200.59.1585326983...@webmail.proxmox.com Type: series

Re: AIO_WAIT_WHILE questions

2020-03-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1242491200.59.1585326983...@webmail.proxmox.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

AIO_WAIT_WHILE questions

2020-03-27 Thread Dietmar Maurer
Hi all, I have a question about AIO_WAIT_WHILE. The docs inside the code say: * The caller's thread must be the IOThread that owns @ctx or the main loop * thread (with @ctx acquired exactly once). I wonder if that "with @ctx acquired exactly once" is always required? I have done a quick test