summaryrefslogtreecommitdiff
path: root/emulators/qemu/distinfo
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2013-06-28 19:30:28 +0000
committertsutsui <tsutsui@pkgsrc.org>2013-06-28 19:30:28 +0000
commit5818ebcdab5e1b0916d6022cad15180299a5f0ae (patch)
treee1abffc4d061584c875350510f6d81e4be0061a0 /emulators/qemu/distinfo
parent3af19bf14cffc596c27c8507649a8831ec95af45 (diff)
downloadpkgsrc-5818ebcdab5e1b0916d6022cad15180299a5f0ae.tar.gz
Fix a hangup problem under load of multiple disk xfers on NetBSD hosts.
- fix a "fallback implementation of counting semaphores with mutex+condvar": http://git.qemu.org/?p=qemu.git;a=commit;h=c166cb72f1676855816340666c3b618beef4b 976 - waiting threads are not restarted properly if more than one threads are waiting unblock signals in qemu_sem_timedwait() - possible missing pthread_cond_signal(3) calls when waiting threads are returned by ETIMEDOUT - fix an uninitialized variable Discussed with and patch is provieded by soda@. XXX: configure should check if the target system has sem_timedwait(3) to switch this fallback implementation since sem_timedwait(3) has been added in NetBSD -current: http://mail-index.NetBSD.org/source-changes/2012/03/08/msg032625.html http://mail-index.NetBSD.org/source-changes/2012/03/08/msg032626.html Bump PKGREVISION.
Diffstat (limited to 'emulators/qemu/distinfo')
-rw-r--r--emulators/qemu/distinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index 00d1ecb0b09..e401d9495f7 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.83 2013/06/27 14:09:35 tsutsui Exp $
+$NetBSD: distinfo,v 1.84 2013/06/28 19:30:28 tsutsui Exp $
SHA1 (qemu-1.4.2.tar.bz2) = 7e01e57e7385dba76125f69829aa78e98acdce4f
RMD160 (qemu-1.4.2.tar.bz2) = 4b136a6f2192b07aaf04270a60c9326635d8865a
@@ -15,3 +15,4 @@ SHA1 (patch-net_tap-bsd.c) = 4d21ea8dd639db2a98ef9e341c3b863c9be965e2
SHA1 (patch-slirp_tcp__subr.c) = c134e0fe0ce6b8fc92a630c98891b4c3e56cc861
SHA1 (patch-user-exec.c) = 6400647b4a08885ebd4bd8f57d19d3fdb66ae434
SHA1 (patch-util_hbitmap.c) = 8c3d42d9b594efc1b5eb0ccfb5d110bd63eaa9f0
+SHA1 (patch-util_qemu-thread-posix.c) = 04be1ce985dad2ffd78c300b8e1dd10fced1641a