./emulators/qemu, CPU emulator using dynamic translation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 2.0.0nb2, Package name: qemu-2.0.0nb2, Maintainer: pkgsrc-users

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.


Required to run:
[devel/ncurses] [devel/glib2] [devel/SDL] [lang/python27] [x11/pixman]

Required to build:
[textproc/texi2html] [x11/xf86driproto] [x11/randrproto] [x11/xf86vidmodeproto] [x11/damageproto] [x11/dri2proto] [x11/fixesproto] [x11/glproto] [x11/inputproto] [x11/xproto] [x11/xextproto] [x11/renderproto] [pkgtools/x11-links]

Package options: sdl

Master sites:

SHA1: cc24a60a93ba697057a67b6a7224b95627eaf1a6
RMD160: ecd05e036431c14930ae2455a032495dd7ebaf85
Filesize: 12538.718 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-16 18:01:22 by Matthias Scheler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #4408 - requested by wiz
emulators/qemu: security update

Revisions pulled up:
- emulators/qemu/Makefile					patch
- emulators/qemu/PLIST						patch
- emulators/qemu/distinfo					patch
- emulators/qemu/patches/patch-hw_virtio_virtio.c		patch
- emulators/qemu/patches/patch-include_exec_softmmu__template.h	patch

---
   Apply patch to update qemu package to version 2.0.0nb2 which
   fixes multiple security vulnerabilities.