qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QEMU event loop optimizations


From: Kevin Wolf
Subject: Re: [Qemu-devel] QEMU event loop optimizations
Date: Tue, 2 Apr 2019 18:18:53 +0200
User-agent: Mutt/1.11.3 (2019-02-01)

Am 26.03.2019 um 15:11 hat Paolo Bonzini geschrieben:
> - but actually (and a precursor to using IOCB_CMD_POLL) it should be
> possible to have just one LinuxAioState per AioContext, and then
> it can simply share the AioContext's EventNotifier.  This removes
> the need to do the event_notifier_test_and_clear in linux-aio.c.

Isn't having only one LinuxAioState per AioContext what we already do?
See aio_get_linux_aio().

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]