freebsd-dev/sys/dev/vmware/vmci
Mark Peek 63a938566d 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 <vdasa@vmware.com>
Reviewed by: bcr, imp
Obtained from: VMware
Differential Revision: https://reviews.freebsd.org/D14289
2018-03-25 00:57:00 +00:00
..
vmci_call_defs.h
vmci_datagram.c
vmci_datagram.h
vmci_defs.h
vmci_doorbell.c
vmci_doorbell.h
vmci_driver.c
vmci_driver.h
vmci_event.c
vmci_event.h
vmci_hashtable.c
vmci_hashtable.h
vmci_kernel_api_1.h
vmci_kernel_api_2.h
vmci_kernel_api.h
vmci_kernel_defs.h
vmci_kernel_if.c
vmci_kernel_if.h
vmci_qpair.c
vmci_queue_pair.c
vmci_queue_pair.h
vmci_queue.h
vmci_resource.c
vmci_resource.h
vmci_utils.h
vmci.c
vmci.h