go-qemu icon indicating copy to clipboard operation
go-qemu copied to clipboard

Add support for windows named pipe monitor

Open afbjorklund opened this issue 2 years ago • 3 comments

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

afbjorklund avatar Jun 27 '22 19:06 afbjorklund

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)

afbjorklund avatar Aug 26 '22 14:08 afbjorklund

No worries! Take your time.

connorkuehl avatar Aug 26 '22 15:08 connorkuehl

See PR for context:

  • https://github.com/lima-vm/lima/pull/981

afbjorklund avatar Aug 26 '22 15:08 afbjorklund