Skip to content

pmb.qemu.run: set serial to mon:stdio

Luca Weiss requested to merge qemu-serial into master
This makes QEMU trap signals like Ctrl-C and send it to the guest
instead of terminating QEMU.

To quit QEMU with this option you can use [Ctrl-A] [x]
  or
[Ctrl-A] [c] and type 'quit' at the prompt.
Edited by clayton craft

Merge request reports