From owner-svn-src-head@freebsd.org Sun Mar 25 01:27:09 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D974CF602DE; Sun, 25 Mar 2018 01:27:09 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9C76AA2A; Sun, 25 Mar 2018 01:27:08 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w2P1R5hm038862; Sat, 24 Mar 2018 18:27:05 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w2P1R59o038861; Sat, 24 Mar 2018 18:27:05 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201803250127.w2P1R59o038861@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci In-Reply-To: <201803250057.w2P0v0lA081039@repo.freebsd.org> To: Mark Peek Date: Sat, 24 Mar 2018 18:27:05 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 01:27:10 -0000 > Author: mp > Date: Sun Mar 25 00:57:00 2018 > New Revision: 331510 > URL: https://svnweb.freebsd.org/changeset/base/331510 > > Log: > Add VMCI (Virtual Machine Communication Interface) driver > > In a virtual machine, VMCI is exposed as a regular PCI device. The primary > communication mechanisms supported are a point-to-point bidirectional > transport based on a pair of memory-mapped queues, and asynchronous > notifications in the form of datagrams and doorbells. These features are > available to kernel level components such as vSockets through the VMCI > kernel API. In addition to this, the VMCI kernel API provides support for > receiving events related to the state of the VMCI communication channels, > and the virtual machine itself. > > Submitted by: Vishnu Dasa > Reviewed by: bcr, imp > Obtained from: VMware > Differential Revision: https://reviews.freebsd.org/D14289 These files do not each contain a usable copyright, though they seem to contain SPDX tags that indiate they should contain a BSD 2 clause copyright. > Added: > head/share/man/man4/vmci.4 (contents, props changed) > head/sys/dev/vmware/vmci/ ... -- Rod Grimes rgrimes@freebsd.org