./emulators/qemu, CPU emulator using dynamic translation

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


Branch: pkgsrc-2017Q1, Version: 2.8.0nb3, Package name: qemu-2.8.0nb3, 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/SDL2] [devel/glib2] [devel/ncursesw] [devel/snappy] [devel/jemalloc] [lang/python27] [x11/pixman] [www/curl] [graphics/png] [graphics/jpeg] [archivers/lzo] [security/libgcrypt]

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

Package options: sdl

Master sites:

SHA1: a5602f2ddb51d61b4c0e618b779fdb0dbdc9cc1f
RMD160: da1e640443a15f36a242fe803c65a39f85b06fcc
Filesize: 27703.63 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-17 16:51:06 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5291 - requested by sevan
emulators/qemu: build fix

Revisions pulled up:
- emulators/qemu/distinfo                                       1.124
- emulators/qemu/patches/patch-configure                        1.18

---
   Module Name:    pkgsrc
   Committed By:   riastradh
   Date:           Sat Apr 15 17:38:48 UTC 2017

   Modified Files:
          pkgsrc/emulators/qemu: distinfo
          pkgsrc/emulators/qemu/patches: patch-configure

   Log message:
   Restore @PREFIX@, not accidental personal /dist/pkg directory.