pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: Limit MESSAGE to NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14f3b8ede44c
branches:  trunk
changeset: 448946:14f3b8ede44c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 18 15:36:06 2021 +0000

description:
qemu: Limit MESSAGE to NetBSD.

diffstat:

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

diffs (62 lines):

diff -r 350ff773d678 -r 14f3b8ede44c emulators/qemu/MESSAGE
--- a/emulators/qemu/MESSAGE    Thu Mar 18 15:27:55 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2021/03/18 15:27:55 reinoud Exp $
-
-To use the NetBSD/amd64 Virtual Memory Monitor (NVMM) for QEMU :
-
-Load the NVMM kernel driver if not already loaded
-# modload nvmm
-
-You may want to run the NVMM tests to confirm that your setup is correct:
-# cd /usr/tests/lib/libnvmm/
-# 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
-
-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
-
-See nvmm(4) and nvmmctl(8) or visit
-   https://m00nbsd.net/4e0798b7f2620c965d0dd9d6a7a2f296.html for more info.
-
-===========================================================================
diff -r 350ff773d678 -r 14f3b8ede44c emulators/qemu/MESSAGE.NetBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/qemu/MESSAGE.NetBSD     Thu Mar 18 15:36:06 2021 +0000
@@ -0,0 +1,27 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2021/03/18 15:36:06 jperkin Exp $
+
+To use the NetBSD/amd64 Virtual Memory Monitor (NVMM) for QEMU :
+
+Load the NVMM kernel driver if not already loaded
+# modload nvmm
+
+You may want to run the NVMM tests to confirm that your setup is correct:
+# cd /usr/tests/lib/libnvmm/
+# 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
+
+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
+
+See nvmm(4) and nvmmctl(8) or visit
+   https://m00nbsd.net/4e0798b7f2620c965d0dd9d6a7a2f296.html for more info.
+
+===========================================================================



Home | Main Index | Thread Index | Old Index