You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, VCPUs are not
Send
because they hold anArc
to aVirtioNetPciDevice
that somehow internally uses pointers and is thus by default notSend
. I have the feeling, that this might not be necessary.The text was updated successfully, but these errors were encountered: