[Lunar-commits] CVS: moonbase/devel/qemu BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Thu Mar 18 23:17:30 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/qemu
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23447
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Added this new module to moonbase. Compiled and tested with gcc-3.3.3,
kernel-headers 2.4.x.
--- NEW FILE: BUILD ---
(
./configure --prefix=/usr $OPTS &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends autoconf &&
optional_depends SDL "" "--disable-sdl" "for gui qemu support"
--- NEW FILE: DETAILS ---
MODULE=qemu
VERSION=0.5.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
SOURCE_VFY=81acda062219c82973e82585b0eb357a
WEB_SITE=http://fabrice.bellard.free.fr/qemu/
ENTERED=20040318
UPDATED=20040318
SHORT="QEMU is a FAST! processor emulator."
MAINTAINER=tchan at lunar-linux.org
cat << EOF
By using dynamic translation it achieves a reasonable speed while being easy
to port on new host CPUs. QEMU has two operating modes:
User mode emulation. In this mode, QEMU can launch Linux processes compiled
for one CPU on another CPU. Linux system calls are converted because of
endianness and 32/64 bit mismatches. Wine (Windows API emulator) and DOSEMU
(DOS emulation) are the main targets for QEMU.
Full system emulation. In this mode, QEMU emulates a full system, including
a processor and various peripherials. It enables easier testing and
debugging of system code. It can also be used to provide virtual hosting of
several virtual PC on a single server.
As QEMU requires no host kernel patches to run, it is very safe and easy to use.
EOF
More information about the Lunar-commits
mailing list