pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar  1 00:10:42 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu: DESCR Makefile

Log Message:
qemu: Update description based on modern uses.

Adapted from the QEMU website.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/qemu/DESCR
cvs rdiff -u -r1.365 -r1.366 pkgsrc/emulators/qemu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/DESCR
diff -u pkgsrc/emulators/qemu/DESCR:1.2 pkgsrc/emulators/qemu/DESCR:1.3
--- pkgsrc/emulators/qemu/DESCR:1.2     Tue May  3 11:18:47 2005
+++ pkgsrc/emulators/qemu/DESCR Sat Mar  1 00:10:42 2025
@@ -1,11 +1,6 @@
-QEMU is a FAST! processor emulator using dynamic translation to achieve
-good emulation speed, QEMU has two operating modes:
+QEMU is an open source machine emulator and virtualizer.
 
-    * 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.
+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.

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.365 pkgsrc/emulators/qemu/Makefile:1.366
--- pkgsrc/emulators/qemu/Makefile:1.365        Mon Feb 24 19:29:23 2025
+++ pkgsrc/emulators/qemu/Makefile      Sat Mar  1 00:10:42 2025
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.365 2025/02/24 19:29:23 adam Exp $
+# $NetBSD: Makefile,v 1.366 2025/03/01 00:10:42 nia Exp $
 
 DISTNAME=      qemu-9.2.2
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.qemu.org/
-COMMENT=       CPU emulator using dynamic translation
+COMMENT=       Machine emulator and virtualizer
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
 
 TOOL_DEPENDS+= meson-[0-9]*:../../devel/meson



Home | Main Index | Thread Index | Old Index