Source-Changes-HG archive

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

[src/trunk]: src/lib/libnvmm Change the "FILES" section, in the end I don't w...



details:   https://anonhg.NetBSD.org/src/rev/aa9d42b7fd61
branches:  trunk
changeset: 446605:aa9d42b7fd61
user:      maxv <maxv%NetBSD.org@localhost>
date:      Wed Dec 12 09:09:08 2018 +0000

description:
Change the "FILES" section, in the end I don't want to commit toyvirt
and smallkern, there is little interest installing them by default,
rather they can be downloaded from www. It's better this way.

While here add NVMM(4) in "SEE ALSO".

diffstat:

 lib/libnvmm/libnvmm.3 |  24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 13dfbd2e644b -r aa9d42b7fd61 lib/libnvmm/libnvmm.3
--- a/lib/libnvmm/libnvmm.3     Wed Dec 12 08:49:33 2018 +0000
+++ b/lib/libnvmm/libnvmm.3     Wed Dec 12 09:09:08 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: libnvmm.3,v 1.2 2018/11/10 10:57:06 maxv Exp $
+.\"    $NetBSD: libnvmm.3,v 1.3 2018/12/12 09:09:08 maxv Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 10, 2018
+.Dd December 12, 2018
 .Dt LIBNVMM 3
 .Os
 .Sh NAME
@@ -473,14 +473,18 @@
 .Va errno
 is set to indicate the error.
 .Sh FILES
-Functional examples:
-.Pp
 .Bl -tag -width XXXX -compact
-.It Pa src/share/examples/nvmm/toyvirt/
-Example of virtualizer.
-Launches the binary given as argument in a virtual machine.
-.It Pa src/share/examples/nvmm/smallkern/
-Example of a kernel that can be executed by toyvirt.
+.It Lk https://www.netbsd.org/~maxv/nvmm/nvmm-demo.zip
+Functional example (demonstrator).
+Contains a virtualizer that uses the
+.Nm
+API, and a small kernel that exercises this virtualizer.
+.It Pa src/sys/dev/nvmm/
+Source code of the kernel NVMM driver.
+.It Pa src/lib/libnvmm/
+Source code of the
+.Nm
+library.
 .El
 .Sh ERRORS
 These functions will fail if:
@@ -508,6 +512,8 @@
 .It Bq Er EAGAIN
 The VCPU cannot receive the event immediately.
 .El
+.Sh SEE ALSO
+.Xr nvmm 4 .
 .Sh AUTHORS
 NVMM was designed and implemented by
 .An Maxime Villard .



Home | Main Index | Thread Index | Old Index