File: README.md

package info (click to toggle)
golang-github-containers-gvisor-tap-vsocks 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: sh: 95; makefile: 59
file content (6 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
Qemu doesn't accept a unix socket as netdev, only a file descriptro.
This wrapper is filling the gap.

```
$ ./qemu-wrapper /tmp/qemu.sock qemu-system-x86_64 [...] -netdev socket,id=vlan,fd=3 -device virtio-net-pci,netdev=vlan
```