How to connect to remote windows VM

Right, we’re actually hoping to eventually have the agent run on Windows.
It’s been designed in a way to make this possible, but there are still some missing device drivers on Windows to make this possible.

Our agent basically relies on 9p/virtiofs (which is supported on Windows), virtio-serial (which I believe is supported too) and virtio-vsock (which has a driver but not shipped in the signed virtio drivers yet).

So we’re mostly blocked on vsock and then will need to make sure that we can actually get all 3 of them working together correctly.

1 Like