Hacker News new | ask | show | jobs
by 10000truths 1321 days ago
You can hook up the virtual serial port to stdin/stdout of the host by passing `-serial stdio` or `-nographic` in the QEMU args. You can then read from/write to the serial port in the VM.