qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Introduce QemuRWLock


From: Harsh Prateek Bora
Subject: [Qemu-devel] [PATCH 0/2] Introduce QemuRWLock
Date: Mon, 3 Oct 2011 16:53:12 +0530

SynthFS uses rwlocks, which raise the need of a generic QemuRWLock APIs.
This patchset introduces the same making necessary changes to relevant code.

Harsh Prateek Bora (2):
  Introduce QemuRWLock
  Use qemu_rwlock_* interface instead of pthread_rwlock_*

 hw/9pfs/virtio-9p-synth.c |   23 ++++++++++-------------
 qemu-thread-posix.c       |   26 ++++++++++++++++++++++++++
 qemu-thread-posix.h       |    4 ++++
 qemu-thread.h             |    6 ++++++
 4 files changed, 46 insertions(+), 13 deletions(-)

-- 
1.7.4.1




reply via email to

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