./emulators/qemu, Machine emulator and virtualizer

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


Branch: CURRENT, Version: 9.2.2nb4, Package name: qemu-9.2.2nb4, Maintainer: pkgsrc-users

QEMU is an open source machine emulator and virtualizer.

QEMU supports full-system emulation, to run operating systems for any
machine, on any supported architecture. Virtualization can be
accelerated to achieve near-native performance. Certain targets
also support user-mode emulation.

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: doc, iscsi, qemu-virtfs, sdl, spice

Master sites:

Filesize: 131598.453 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 22:46:13 by Taylor R Campbell | Files touched by this commit (1)
Log message:
emulators/qemu/version.mk: Note the new other user.

No functional change intended -- comment only.
   2025-03-16 22:05:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
qemu: add CONFLICT with qemu-guest-agent
   2025-03-15 21:20:33 by Taylor R Campbell | Files touched by this commit (3)
Log message:
emulators/qemu: New doc option.

No functional change intended for the default build.

PR pkg/59167: emulators/qemu: doc option or separate doc package
   2025-03-15 21:19:15 by Taylor R Campbell | Files touched by this commit (12)
Log message:
emulators/qemu: New option qemu-virtfs.

Add NetBSD support for qemu-virtfs.  (And pave the way for other BSD
support too.)

Narrow the existing virtfs-proxy-helper option to use
--enable-virtfs-proxy-helper.  I doubt this option has worked in a
long time, because I think virtfs-proxy-helper has been off by
default even with virtfs enabled; maybe we should just delete it.

No functional change intended for default build on non-NetBSD
platforms.

PR pkg/59163: emulators/qemu: missing virtfs option for NetBSD
   2025-03-15 21:18:24 by Taylor R Campbell | Files touched by this commit (2)
Log message:
emulators/qemu: cris target was nixed upstream; nix it here too.

Fixes build on Linux.
   2025-03-12 11:08:48 by Ignatios Souvatzis | Files touched by this commit (2)
Log message:
Prepare for adding a qemu-guest-agent package. No functional change.
   2025-03-10 14:46:26 by Thomas Klausner | Files touched by this commit (3)
Log message:
qemu: restore part of patch that was for a different issue

Add comment from the commit message.

Bump PKGREVISION.
   2025-03-10 12:45:44 by Emile iMil Heitor | Files touched by this commit (3)
Log message:
qemu: remove patch-target_i386_nvmm_nvmm-all.c, fixes pkg/59154