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