sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Update VMCI license based on comments from core, the FreeBSD Foundation,and VMware legal:- Add a dual BSD-2 Clause/GPLv2 LICENSE file in the VMCI directory- Remove the use of "All Rights Reserved"
Update VMCI license based on comments from core, the FreeBSD Foundation,and VMware legal:- Add a dual BSD-2 Clause/GPLv2 LICENSE file in the VMCI directory- Remove the use of "All Rights Reserved"- Per best practice, remove copyright/license info from MakefileReviewed by: imp, emaste, jhb, Vishnu Dasa <[email protected]>Approved by: VMware legal via Mark Peek <[email protected]>Differential Revision: https://reviews.freebsd.org/D14979
show more ...
Rectify VMCI SPDX licenseApproved by: Vishnu Dasa <[email protected]>
Add VMCI (Virtual Machine Communication Interface) driverIn a virtual machine, VMCI is exposed as a regular PCI device. The primarycommunication mechanisms supported are a point-to-point bidirecti
Add VMCI (Virtual Machine Communication Interface) driverIn a virtual machine, VMCI is exposed as a regular PCI device. The primarycommunication mechanisms supported are a point-to-point bidirectionaltransport based on a pair of memory-mapped queues, and asynchronousnotifications in the form of datagrams and doorbells. These features areavailable to kernel level components such as vSockets through the VMCIkernel API. In addition to this, the VMCI kernel API provides support forreceiving events related to the state of the VMCI communication channels,and the virtual machine itself.Submitted by: Vishnu Dasa <[email protected]>Reviewed by: bcr, impObtained from: VMwareDifferential Revision: https://reviews.freebsd.org/D14289