pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: do not recommend setgid nvmm for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e06135000b0
branches:  trunk
changeset: 385630:8e06135000b0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 21 18:56:32 2022 +0000

description:
qemu: do not recommend setgid nvmm for qemu

diffstat:

 emulators/qemu/MESSAGE.NetBSD |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 743b823c01e5 -r 8e06135000b0 emulators/qemu/MESSAGE.NetBSD
--- a/emulators/qemu/MESSAGE.NetBSD     Wed Sep 21 15:43:53 2022 +0000
+++ b/emulators/qemu/MESSAGE.NetBSD     Wed Sep 21 18:56:32 2022 +0000
@@ -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 @@
 # 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