Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 0.2.1 version of virtio-vsock crate contains a fix [1] needed to properly work with the virtio-vsock driver provided by Linux v6.3 and later (originally the new driver was supposed to be in v6.2, but it was postponed). The fix was just a quick workaround, but in the future more work will be needed in the virtio-vsock crate to not have a Linux-only specific implementation of VsockPacket, as described in this issue [2]. [1] rust-vmm/vm-virtio#207 [2] rust-vmm/vm-virtio#216 Signed-off-by: Stefano Garzarella <[email protected]>
- Loading branch information