uhyve
uhyve copied to clipboard
Investigate `Send` on Virtqueue
Currently, VCPUs are not Send
because they hold an Arc
to a VirtioNetPciDevice
that somehow internally uses pointers and is thus by default not Send
. I have the feeling, that this might not be necessary.