Path to this page:
./
emulators/qemu,
CPU emulator using dynamic translation
Branch: pkgsrc-2011Q4,
Version: 0.15.1,
Package name: qemu-0.15.1,
Maintainer: pkgsrc-usersQEMU 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/SDL] [
devel/glib2] [
lang/python26]
Required to build:[
devel/pkg-config] [
devel/gmake] [
lang/perl5] [
pkgtools/x11-links] [
textproc/texi2html]
Package options: sdl
Master sites:
SHA1: 30cf3b4dabb4b5d8efadb20f364eb8181f317681
RMD160: fd1cfde94f96569af671cc96d1c2e4bad524fd61
Filesize: 9352.29 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version qemu-0.15.1 (created)
CVS history: (Expand)
2012-02-13 00:05:51 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
Pullup ticket #3680 - requested by sbd
emulators/qemu: build fix
Revisions pulled up:
- emulators/qemu/Makefile 1.87
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: sbd
Date: Thu Feb 9 22:53:37 UTC 2012
Modified Files:
pkgsrc/emulators/qemu: Makefile
Log message:
Use the --mandir configure arg to set the manpage directory.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/emulators/qemu/Makefile
|