| Summary: | virtio: doesn't implement a vsock driver | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mina Galić <freebsd> |
| Component: | kern | Assignee: | freebsd-virtualization (Nobody) <virtualization> |
| Status: | Open --- | ||
| Severity: | Affects Only Me | CC: | emaste, grahamperrin, osidorkin, swills |
| Priority: | --- | Keywords: | feature |
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.html#x1-39000010 | ||
|
Description
Mina Galić
2023-06-02 22:30:05 UTC
Why do I care about this? I'm working on cloud-init, which uses LXD for testing. LXD uses vsock to communicate between lxd-agent on the virtual machine and LXD on the host. To make FreeBSD run properly on LXD, we need lxd-agent and as such virtio vsock. note also that we have precedent for something like this on Hyper-V: https://reviews.freebsd.org/D24061 |