mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
328 stars 65 forks source link

README: fix guest driver name #12

Closed stefanha closed 6 years ago

stefanha commented 6 years ago

The virtio-vsock guest driver is vmw_vsock_virtio_transport.ko. It's important to use this kernel module and not the vmw_vsock_vmci_transport.ko VMware guest driver. In practice the correct driver is automatically loaded but it's worth clarifying the documentation.

mdlayher commented 6 years ago

LGTM, looks like a typo. Thanks!