Re: [PATCH 1/2] linux-aio: use LinuxAioState from the running thread

2022-10-03 Thread Emanuele Giuseppe Esposito
Am 30/09/2022 um 17:32 schrieb Kevin Wolf: > Am 30.09.2022 um 12:00 hat Emanuele Giuseppe Esposito geschrieben: >> >> >> Am 29/09/2022 um 16:52 schrieb Kevin Wolf: >>> Am 09.06.2022 um 15:44 hat Emanuele Giuseppe Esposito geschrieben: From: Paolo Bonzini Remove usage of

Re: [PATCH 1/2] linux-aio: use LinuxAioState from the running thread

2022-09-30 Thread Kevin Wolf
Am 30.09.2022 um 12:00 hat Emanuele Giuseppe Esposito geschrieben: > > > Am 29/09/2022 um 16:52 schrieb Kevin Wolf: > > Am 09.06.2022 um 15:44 hat Emanuele Giuseppe Esposito geschrieben: > >> From: Paolo Bonzini > >> > >> Remove usage of aio_context_acquire by always submitting asynchronous >

Re: [PATCH 1/2] linux-aio: use LinuxAioState from the running thread

2022-09-30 Thread Emanuele Giuseppe Esposito
Am 29/09/2022 um 16:52 schrieb Kevin Wolf: > Am 09.06.2022 um 15:44 hat Emanuele Giuseppe Esposito geschrieben: >> From: Paolo Bonzini >> >> Remove usage of aio_context_acquire by always submitting asynchronous >> AIO to the current thread's LinuxAioState. >> >> Signed-off-by: Paolo Bonzini

Re: [PATCH 1/2] linux-aio: use LinuxAioState from the running thread

2022-09-29 Thread Kevin Wolf
Am 09.06.2022 um 15:44 hat Emanuele Giuseppe Esposito geschrieben: > From: Paolo Bonzini > > Remove usage of aio_context_acquire by always submitting asynchronous > AIO to the current thread's LinuxAioState. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Emanuele Giuseppe Esposito > --- >

[PATCH 1/2] linux-aio: use LinuxAioState from the running thread

2022-06-09 Thread Emanuele Giuseppe Esposito
From: Paolo Bonzini Remove usage of aio_context_acquire by always submitting asynchronous AIO to the current thread's LinuxAioState. Signed-off-by: Paolo Bonzini Signed-off-by: Emanuele Giuseppe Esposito --- block/file-posix.c | 3 ++- block/linux-aio.c | 13 ++---