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: reinoud
Date: Thu Mar 18 15:19:50 UTC 2021
Modified Files:
pkgsrc/emulators/qemu: MESSAGE
Log Message:
Provide an alternative less intrusive way of setting the permissions for NVMM.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/qemu/MESSAGE
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
diff -u pkgsrc/emulators/qemu/MESSAGE:1.1 pkgsrc/emulators/qemu/MESSAGE:1.2
--- pkgsrc/emulators/qemu/MESSAGE:1.1 Sat Mar 6 11:19:34 2021
+++ pkgsrc/emulators/qemu/MESSAGE Thu Mar 18 15:19:49 2021
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2021/03/06 11:19:34 reinoud Exp $
+$NetBSD: MESSAGE,v 1.2 2021/03/18 15:19:49 reinoud Exp $
To use the NetBSD/amd64 Virtual Memory Monitor (NVMM) for QEMU :
@@ -10,11 +10,13 @@ You may want to run the NVMM tests to co
# cd /usr/tests/lib/libnvmm/
# atf-run | atf-report
-Configure the permissions once
-# chown root:nvmm ${PREFIX}/bin/qemu-system-x86_64
-# chmod g+s ${PREFIX}/bin/qemu-system-x86_64
-# chown root:nvmm ${PREFIX}/bin/qemu-system-i386
-# chmod g+s ${PREFIX}/bin/qemu-system-i386
+Configure the permissions once either by adding your usernames to the nvmm
+group in /etc/groups or 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
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