go-qemu
go-qemu copied to clipboard
Add support for windows named pipe monitor
In addition to the existing unix sockets
I think it would be possible to implement this for Unix as well, using mkfifo
and a suitable Monitor
Unfortunately qemu never started up properly when using pipes, had to switch to "null" just to make it boot... Will rebase when I get back to troubleshooting (can take a while)
No worries! Take your time.
See PR for context:
- https://github.com/lima-vm/lima/pull/981