From owner-svn-ports-head@freebsd.org Sat May 14 23:36:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C986BB3BFA4; Sat, 14 May 2016 23:36:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96F261D38; Sat, 14 May 2016 23:36:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ENalvb087661; Sat, 14 May 2016 23:36:47 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ENalot087659; Sat, 14 May 2016 23:36:47 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201605142336.u4ENalot087659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Sat, 14 May 2016 23:36:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415202 - head/emulators/qemu-cheri X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2016 23:36:48 -0000 Author: brooks Date: Sat May 14 23:36:47 2016 New Revision: 415202 URL: https://svnweb.freebsd.org/changeset/ports/415202 Log: New snapshot fixing CLL/CSC instructions and adding programatic control of instruction tracing from the guest os. Modified: head/emulators/qemu-cheri/Makefile.snapshot head/emulators/qemu-cheri/distinfo Modified: head/emulators/qemu-cheri/Makefile.snapshot ============================================================================== --- head/emulators/qemu-cheri/Makefile.snapshot Sat May 14 22:32:18 2016 (r415201) +++ head/emulators/qemu-cheri/Makefile.snapshot Sat May 14 23:36:47 2016 (r415202) @@ -4,6 +4,6 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -SNAPDATE= 20160510 +SNAPDATE= 20160514 -QEMU_COMMIT= 042979d7f101ca36292beb756d8ea2e29529abbc +QEMU_COMMIT= afe5bbc23efd4093c1c35cd7d58e4cf8c1569143 Modified: head/emulators/qemu-cheri/distinfo ============================================================================== --- head/emulators/qemu-cheri/distinfo Sat May 14 22:32:18 2016 (r415201) +++ head/emulators/qemu-cheri/distinfo Sat May 14 23:36:47 2016 (r415202) @@ -1,2 +1,2 @@ -SHA256 (CTSRD-CHERI-qemu-0.d20160510-042979d7f101ca36292beb756d8ea2e29529abbc_GH0.tar.gz) = 6b28027a2375efc66149ec331886ba5ccd628b1ab3ff309c260c294199ebbb36 -SIZE (CTSRD-CHERI-qemu-0.d20160510-042979d7f101ca36292beb756d8ea2e29529abbc_GH0.tar.gz) = 11140550 +SHA256 (CTSRD-CHERI-qemu-0.d20160514-afe5bbc23efd4093c1c35cd7d58e4cf8c1569143_GH0.tar.gz) = e15cbce6e52f6f4d6b4032c77e282ec65fdd92a0de61d1c80f78fd5aa22e7203 +SIZE (CTSRD-CHERI-qemu-0.d20160514-afe5bbc23efd4093c1c35cd7d58e4cf8c1569143_GH0.tar.gz) = 11141289