qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Introduce QemuRWLock
@ 2011-10-03 11:23 Harsh Prateek Bora
  2011-10-03 11:23 ` [Qemu-devel] [PATCH 1/2] " Harsh Prateek Bora
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Harsh Prateek Bora @ 2011-10-03 11:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, aneesh.kumar

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-03 17:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 11:23 [Qemu-devel] [PATCH 0/2] Introduce QemuRWLock Harsh Prateek Bora
2011-10-03 11:23 ` [Qemu-devel] [PATCH 1/2] " Harsh Prateek Bora
2011-10-03 11:23 ` [Qemu-devel] [PATCH 2/2] Use qemu_rwlock_* interface instead of pthread_rwlock_* Harsh Prateek Bora
2011-10-03 12:16 ` [Qemu-devel] [PATCH 0/2] Introduce QemuRWLock Jan Kiszka
2011-10-03 17:30   ` Aneesh Kumar K.V
2011-10-03 17:50     ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).