astro / microvm.nix

NixOS MicroVMs
https://astro.github.io/microvm.nix/
MIT License
1.38k stars 101 forks source link

qemu: add option microvm.qemu.serialConsole #194

Closed jpruiz84 closed 9 months ago

jpruiz84 commented 9 months ago

For some applications like UART passthrough we want to disable the default qemu virtual serial (-serial chardev:stdio). With this flag in false we remove this virtual device and the ttyAMA0/S0 kernel console.

astro commented 9 months ago

Thank you very much!