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: wiz
Date: Wed Sep 21 18:56:32 UTC 2022
Modified Files:
pkgsrc/emulators/qemu: MESSAGE.NetBSD
Log Message:
qemu: do not recommend setgid nvmm for qemu
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/qemu/MESSAGE.NetBSD
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/MESSAGE.NetBSD
diff -u pkgsrc/emulators/qemu/MESSAGE.NetBSD:1.1 pkgsrc/emulators/qemu/MESSAGE.NetBSD:1.2
--- pkgsrc/emulators/qemu/MESSAGE.NetBSD:1.1 Thu Mar 18 15:36:06 2021
+++ pkgsrc/emulators/qemu/MESSAGE.NetBSD Wed Sep 21 18:56:32 2022
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.1 2021/03/18 15:36:06 jperkin Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.2 2022/09/21 18:56:32 wiz Exp $
To use the NetBSD/amd64 Virtual Memory Monitor (NVMM) for QEMU :
@@ -11,12 +11,7 @@ You may want to run the NVMM tests to co
# atf-run | atf-report
Configure the permissions once either by adding the username(s) of its users
-to the nvmm group in /etc/groups or if thats not possible, issue
-
-sudo chown root:nvmm ${PREFIX}/bin/qemu-system-x86_64
-sudo chmod g+s ${PREFIX}/bin/qemu-system-x86_64
-sudo chown root:nvmm ${PREFIX}/bin/qemu-system-i386
-sudo chmod g+s ${PREFIX}/bin/qemu-system-i386
+to the nvmm group in /etc/groups.
Append "-accel nvmm" to your usual Qemu command line
$ qemu-system-x86_64 -smp 4 -m 8G -cdrom Win10_2004_English_x64.iso -accel nvmm
Home |
Main Index |
Thread Index |
Old Index