Lines Matching full:vsock
76 …- [`virtio-vsock` Support for Linux Guest Kernel v6.3+](#virtio-vsock-support-for-linux-guest-kern…
318 …, Persistent Memory (PMEM), VirtioFS and Vsock hotplug](#block-network-persistent-memory-pmem-virt…
509 x86 instruction emulator and `virtio-vsock`.
655 * Short reads are now handled correctly in the `virtio-vsock` device (#6621)
762 * Fix documentation to indicate only stream mode is supported by `virtio-vsock`
846 * Various bug fixes around `virtio-vsock`(#6080, #6091, #6095)
1012 ### `virtio-vsock` Support for Linux Guest Kernel v6.3+
1014 Since kernel v6.3, a vsock packet can be included in a single descriptor,
1015 instead of being split over two descriptors. Our `virtio-vsock` implementation
2008 * Fix virtio-vsock blocking issue (#3497)
2759 * Our `virtio-vsock` implementation has been resynced with the implementation from Firecracker and …
2882 ### Block, Network, Persistent Memory (PMEM), VirtioFS and Vsock hotplug
2886 pmem, virtio-fs and vsock. This functionality is available on the (default) PCI
2938 * The `--vsock` parameter only takes one device as the Linux kernel only
2939 supports a single Vsock device. The REST API has removed the vector for this
2946 `add-vsock` subcommands. For removal `remove-device` is used. The REST API
3212 [VSOCK](http://man7.org/linux/man-pages/man7/vsock.7.html) socket address
3214 [Firecracker](https://github.com/firecracker-microvm/firecracker/blob/master/docs/vsock.md)