./emulators/qemu, CPU emulator using dynamic translation

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


Branch: CURRENT, Version: 8.2.2nb2, Package name: qemu-8.2.2nb2, 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.

MESSAGE.NetBSD [+/-]

Required to run:
[www/curl] [graphics/hicolor-icon-theme] [graphics/png] [graphics/jpeg] [archivers/lzo] [security/libgcrypt] [devel/glib2] [devel/ncursesw] [x11/pixman] [devel/snappy] [devel/SDL2] [x11/libxkbcommon] [devel/jemalloc] [lang/python37] [net/libiscsi]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Package options: iscsi, sdl, spice

Master sites:

Filesize: 126365.254 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-03-04 19:46:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
qemu: updated to 8.2.2

8.2.2
Bug fixes
   2024-02-20 20:08:40 by Emile iMil Heitor | Files touched by this commit (2)
Log message:
Updated emulators/qemu to 8.2.1nb2

Build fix: there is no --disable-debug
   2024-02-20 15:16:58 by Emile iMil Heitor | Files touched by this commit (4)
Log message:
Updated emulators/qemu to 8.2.1nb1

* Added --enable-debug option
* Enabled backward compatibility
  * Test kernel against userland and not against kernel
  * Remove state_size test and handle backward compatibility in libnvmm
   2024-01-30 19:20:09 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
qemu: updated to 8.2.1

8.2.1
Bug fixes
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2024-01-25 16:15:13 by Dr. Thomas Orgis | Files touched by this commit (2)
Log message:
emulators/qemu: deactivate user mode on too-old Linux

This checks if MAP_FIXED_NOREPLACE is available in libc headers and only
enables linux-user targets if there, avoiding inevitable build failure.

This is relevant for CentOS 7.9, ubuntu 18. May be phased out in some years,
I presume, or once the main qemu targets also stop working.