Initial import of qemu-0.6.0 from pkgsrc-wip, packaged by David
authorxtraeme <xtraeme>
Tue, 9 Nov 2004 13:05:35 +0000 (13:05 +0000)
committerxtraeme <xtraeme>
Tue, 9 Nov 2004 13:05:35 +0000 (13:05 +0000)
commit7ede0132c6a9daedfacc6db38a6c27a83027e870
tree8941160480a75bf86d65496a31e72c3244bc3375
parenta375fc7a275251235fd22864f5d4b2fd9d460a3a
Initial import of qemu-0.6.0 from pkgsrc-wip, packaged by David
Holland.

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.

--
It's nice to see NetBSD/x86 running perfectly with QEMU!
15 files changed:
emulators/qemu/DESCR [new file with mode: 0644]
emulators/qemu/Makefile [new file with mode: 0644]
emulators/qemu/PLIST [new file with mode: 0644]
emulators/qemu/distinfo [new file with mode: 0644]
emulators/qemu/patches/patch-aa [new file with mode: 0644]
emulators/qemu/patches/patch-ab [new file with mode: 0644]
emulators/qemu/patches/patch-ac [new file with mode: 0644]
emulators/qemu/patches/patch-ad [new file with mode: 0644]
emulators/qemu/patches/patch-ae [new file with mode: 0644]
emulators/qemu/patches/patch-af [new file with mode: 0644]
emulators/qemu/patches/patch-ag [new file with mode: 0644]
emulators/qemu/patches/patch-ah [new file with mode: 0644]
emulators/qemu/patches/patch-ai [new file with mode: 0644]
emulators/qemu/patches/patch-aj [new file with mode: 0644]
emulators/qemu/patches/patch-ak [new file with mode: 0644]