From owner-cvs-all@FreeBSD.ORG Sun Mar 25 16:33:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CFC116A401; Sun, 25 Mar 2007 16:33:02 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6EB13C480; Sun, 25 Mar 2007 16:33:02 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2PGX2hE099348; Sun, 25 Mar 2007 16:33:02 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2PGX2Th099341; Sun, 25 Mar 2007 16:33:02 GMT (envelope-from nox) Message-Id: <200703251633.l2PGX2Th099341@repoman.freebsd.org> From: Juergen Lock Date: Sun, 25 Mar 2007 16:33:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu-devel Makefile distinfo pkg-plist ports/emulators/qemu-devel/files patch-Makefile patch-be X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2007 16:33:02 -0000 nox 2007-03-25 16:33:01 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile distinfo pkg-plist emulators/qemu-devel/files patch-Makefile patch-be Log: Update to 2007-03-22 snapshot: - ARM reabbot support (orginal patch by Aurelien Jarno). - SMP half-idle fix. - Watchpoint support (previous commit got eaten by Savannah server crash). - ARM register index+writeback fix (Lauro Ramos Venancio). - PPC: Make it safe to use 64 bits GPR and/or 64 bits host registers. For "symetry", add 64 bits versions of all modified functions. As a side effect, add a lot of code provision for PowerPC 64 support. Move overflow and carry checks in common routines for simple cases. Add isel and popcntb instructions from PowerPC 2.03 specification. Remove remaining micro-operations helpers prototypes from op.c. Fix XER_BC field to be 7 bits long. Add power management support for PowerPC 603 & 604. Fix compilation warnings. Add PowerPC 64 target for tests. As no PowerPC 64 CPU is implemented, this target can just be used to check that there is no difference between PowerPC 32 & PowerPC 64 used in 32 bits mode. - Allow disabling IDE block mode, by Carlo Marcelo Arenas Belon. - Don't fail for "revert to poweron defaults" IDE command, by Carlo Marcelo Arenas Belon. - Better ioport debugging output. - OHCI USB PXA support (Andrzej Zaborowski). - MIPS -cpu selection support, by Herve Poussineau. - PPC: As icbi is not a priviledge instruction and is treated as a load by the MMU it needs to be implemented for every MMU translation mode. - MIPS: Fix BD flag handling, cause register contents, implement some more bits for R2 interrupt handling. - A VGA card for the Malta board. - SCSI fixes, by Wang Cheng Yeh. - Add -name option, by Anthony Liguori. - Improve -pidfile option, by Anthony Liguori. - Close file descriptors when execing network tap setup script, by Daniel P. Berrange. - Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno. - Fix call to generated code on SPARC, by Juergen Keil. - mips: Barf on branches/jumps in branch delay slots. Spotted by Stefan Weil. - VMMouse Emulation, by Anthony Liguori. - SlavIO interrupt controller fix, by Aurelien Jarno. - SlavIO Counter-Timers fix, by Aurelien Jarno. - PowerPC 2.03 SPE extension - first pass. - Fix Sparc branches, original patch by Aurelien Jarno Approved by: miwi (mentor, implicit) Revision Changes Path 1.72 +2 -2 ports/emulators/qemu-devel/Makefile 1.44 +3 -3 ports/emulators/qemu-devel/distinfo 1.5 +2 -11 ports/emulators/qemu-devel/files/patch-Makefile 1.6 +0 -12 ports/emulators/qemu-devel/files/patch-be 1.20 +1 -0 ports/emulators/qemu-devel/pkg-plist