notAperson535 / OneClick-macOS-Simple-KVM

Tools to set up a easy, quick macOS VM in QEMU, accelerated by KVM. Works on Linux AND Windows.
https://notAperson535.github.io/OneClick-macOS-Simple-KVM
MIT License
647 stars 52 forks source link

Add telnet option #47

Closed meow464 closed 2 years ago

meow464 commented 2 years ago

You can telnet into qemu to issue command like shutdown and set breakpoints https://ahelpme.com/software/qemu/how-to-run-qemu-full-virtualization-with-bridged-networking-using-networkmanager-under-centos-8/

notAperson535 commented 2 years ago

@meow464 does this run on port 5801?

meow464 commented 2 years ago

Yes, you can connect with telnet 127.0.0.1 5801 and type help to see available commands. To quit use ctrl+] and then quit. Don't use ctrl+d or it will kill the VM.

notAperson535 commented 2 years ago

@meow464 Ok. Merging now.