--On 21 August 2013 10:45:53 +0200 Stefan Hajnoczi <stefa...@gmail.com> wrote:
Since AioContext provides a GSource, integrating with an application's glib event loop should also be easy. The only hard part is timers, since we use nanosecond timers - there we should just round up to millisecond granularity to libqblock.
... and there is qemu_timeout_ns_to_ms for this purpose which does the rounding right. -- Alex Bligh