Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Mon Oct 28 02:56:41 UTC 2019

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/conf: majors
        src/sys/dev/pci: files.virtio
        src/sys/modules: Makefile
Added Files:
        src/share/man/man4: vio9p.4
        src/sys/dev/pci: vio9p.c
        src/sys/modules/vio9p: Makefile vio9p.ioconf

Log Message:
Implement a front-end driver of virtio-9p called vio9p

In conjunction with mount_9p, it enables a NetBSD system running as a VM guest
to mount an exported filesystem by the host via virtio-9p.  It exports a 9p
end-point of virtio-9p via a character device file for mount_9p.

Reviewed by yamaguchi@


To generate a diff of this commit:
cvs rdiff -u -r1.1658 -r1.1659 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.685 -r1.686 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/vio9p.4
cvs rdiff -u -r1.89 -r1.90 src/sys/conf/majors
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/files.virtio
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/vio9p.c
cvs rdiff -u -r1.227 -r1.228 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/vio9p/Makefile \
    src/sys/modules/vio9p/vio9p.ioconf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index