1 | Hi, |
---|
2 | |
---|
3 | I wanted to test vsock a little bit more with Fedora 25 but it seems |
---|
4 | that qemu 2.7 still does not include the require patches? |
---|
5 | |
---|
6 | I see that the kernel bits have been merged already: |
---|
7 | https://lkml.org/lkml/2016/8/3/220 |
---|
8 | And I can load the kernel module without problems. |
---|
9 | |
---|
10 | But trying to use stock qemu with the option: |
---|
11 | -device vhost-vsock-pci,id=vhost-vsock-pci0,addr=4.0,guest-cid=4 |
---|
12 | fails with: |
---|
13 | 'vhost-vsock-pci' is not a valid device model name |
---|
14 | |
---|
15 | FWI: I can build the qemu git version listed here: |
---|
16 | http://wiki.qemu.org/Features/VirtioVsock |
---|
17 | but only with "-Wno-error=deprecated-declarations" |
---|
18 | And then when I try to run it (against stock Fedora 25 kernel), I get: |
---|
19 | vhost-vsock: unable to set guest cid: No buffer space available |
---|
20 | |
---|
21 | Am I missing something? (I assumed it would be easier by now) |
---|
22 | |
---|
23 | Thanks |
---|
24 | Antoine |
---|