Refreshed versions of some cleanups I already sent last year. See patches for details.
The series also helps using different scheduling policies for QEMU threads which includes hardening internal locks. Jan Kiszka (5): Introduce qemu_cond_timedwait for POSIX Switch POSIX compat AIO to QEMU abstractions Use qemu_eventfd for POSIX AIO Reorder POSIX compat AIO code Switch compatfd to QEMU thread compatfd.c | 16 +---- posix-aio-compat.c | 162 +++++++++++++++++---------------------------------- qemu-thread-posix.c | 23 +++++++ qemu-thread-posix.h | 5 ++ 4 files changed, 84 insertions(+), 122 deletions(-) -- 1.7.3.4