Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2007 16:33:02 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/qemu-devel Makefile distinfo pkg-plist ports/emulators/qemu-devel/files patch-Makefile patch-be
Message-ID:  <200703251633.l2PGX2Th099341@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703251633.l2PGX2Th099341>