Commit 0dbd05c
github/workflows: enable vhost support in QEMU build and install netcat
In preparation to vsock support, QEMU needs to be configured with vhost
support enabled. Without the flag `--enable-vhost-kernel`, QEMU would fail
to launch with error:
`qemu-system-x86_64: -device vhost-vsock-device,guest-cid=3: 'vhost-vsock-device' is not a valid device model name`
This flag is disabled by default because of `--without-default-features`
Add the flag to enable support for vsock in QEMU and install netcat
Signed-off-by: Nicola Ramacciotti <niko.ramak@gmail.com>1 parent 77c94d8 commit 0dbd05c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
0 commit comments