Path to this page:
Subject: CVS commit: wip/qemu
From: Ryo ONODERA
Date: 2011-12-11 05:11:20
Message id: E1RZalG-0006vt-3m@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Import qemu-1.0 as wip/qemu.
QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed, QEMU has two operating modes:
* Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherals.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
* User mode emulation (Linux host only). In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used
to launch the Wine Windows API emulator or to ease cross-compilation
and cross-debugging.
* On NetBSD/i386 4.0.1 and 5.1, qemu-system-* core dumps.
* On NetBSD/i386 5.99.58, tap and bridge networking does not works.
* This package need more works, but I have no motivation.
Files: