Skip to content(if available)orjump to list(if available)

Setup QEMU Output to Serial Console and Automate Tests with Shell Scripts (2019)

oxryly1

See Vagrant for a more general solution, although you’ll need a plug-in [1] to use qemu.

[1] https://github.com/ppggff/vagrant-qemu

erredois

I have been using ubuntu cloud image with cloud-init to achieve something similar, but will try this method as well.

csdvrx

This approach works even better with a firecracker-style linux kernel (faster to start), and with cosmopolitan binaries (so you can do qemu tests not just with linux): a bash cosmopolitan binary is useful if you want to test your bash shell scripts in qemu

null

[deleted]