Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 45D7D63C52F for ; Sun, 25 Apr 2010 12:55:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id DF2C063B1EC; Sun, 25 Apr 2010 12:55:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EEB6363B190 for ; Sun, 25 Apr 2010 12:55:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D7731175DF; Sun, 25 Apr 2010 12:55:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 25 Apr 2010 12:55:41 +0000 From: Andreas Gustafsson Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20100425125541.D7731175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: gson Date: Sun Apr 25 12:55:41 UTC 2010 Modified Files: pkgsrc/emulators/qemu: Makefile distinfo Added Files: pkgsrc/emulators/qemu/patches: patch-ed Log Message: Correct emulation of i386 cmpxchg instruction in the case where the comparison outcome is unequal and the memory write causes a page fault. Fixes PR pkg/42158. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/emulators/qemu/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/emulators/qemu/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/qemu/patches/patch-ed Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.