项目作者: mdlayher

项目描述 :
Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
高级语言: Go
项目地址: git://github.com/mdlayher/vsock.git
创建时间: 2017-03-09T23:19:05Z
项目社区:https://github.com/mdlayher/vsock

开源协议:MIT License

下载


vsock Test Status Go Reference Go Report Card

Package vsock provides access to Linux VM sockets (AF_VSOCK) for
communication between a hypervisor and its virtual machines. MIT Licensed.

For more information about VM sockets, see my blog about
Linux VM sockets in Go or
the QEMU wiki page on virtio-vsock.

Stability

See the CHANGELOG file for a description of changes between
releases.

This package has a stable v1 API and any future breaking changes will prompt
the release of a new major version. Features and bug fixes will continue to
occur in the v1.x.x series.

This package only supports the two most recent major versions of Go, mirroring
Go’s own release policy. Older versions of Go may lack critical features and bug
fixes which are necessary for this package to function correctly.