Features/VirtioVsock

From QEMU
Revision as of 12:21, 25 August 2015 by Stefanha (talk | contribs) (Created page with 'virtio-vsock is a ''host/guest communications device''. Unlike virtio-serial, virtio-vsock supports the POSIX Sockets API so existing networking applications require minimal mod…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

virtio-vsock is a host/guest communications device.

Unlike virtio-serial, virtio-vsock supports the POSIX Sockets API so existing networking applications require minimal modification. The device has an address assigned automatically so no configuration is required inside the guest.

Sockets are created with the AF_VSOCK address family. Both SOCK_STREAM and SOCK_DGRAM socket types are available.

Code

Links