| Directory | Files | |
|---|---|---|
| .. | 86 | |
| File | Size | |
| Kconfig | 472 B | |
| Makefile | 266 B | |
| vmci_context.c | 31 kB | |
| vmci_context.h | 5.2 kB | |
| vmci_datagram.c | 14 kB | |
| vmci_datagram.h | 1.2 kB | |
| vmci_doorbell.c | 17 kB | |
| vmci_doorbell.h | 1.1 kB | |
| vmci_driver.c | 4.1 kB | |
| vmci_driver.h | 1.2 kB | |
| vmci_event.c | 5.1 kB | |
| vmci_event.h | 354 B | |
| vmci_guest.c | 27 kB | |
| vmci_handle_array.c | 3.3 kB | |
| vmci_handle_array.h | 1.7 kB | |
| vmci_host.c | 28 kB | |
| vmci_queue_pair.c | 95 kB | |
| vmci_queue_pair.h | 5.4 kB | |
| vmci_resource.c | 5.5 kB | |
| vmci_resource.h | 1.2 kB | |
| vmci_route.c | 6.1 kB | |
| vmci_route.h | 447 B | |
| vmw_vmci.mod.c | 0 B | |
# SPDX-License-Identifier: GPL-2.0-only # # VMware VMCI device # config VMWARE_VMCI tristate "VMware VMCI Driver" depends on (X86 || ARM64) && !CPU_BIG_ENDIAN && PCI help This is VMware's Virtual Machine Communication Interface. It enables high-speed communication between host and guest in a virtual environment via the VMCI virtual device. If unsure, say N. To compile this driver as a module, choose M here: the module will be called vmw_vmci.