qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] Spread the use of QEMU threading & locking API


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/5] Spread the use of QEMU threading & locking API
Date: Wed, 4 Apr 2012 17:08:10 +0200

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




reply via email to

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