Meta: Enable serial_debug on riscv

This mirrors the currently hardcoded command line
This commit is contained in:
Hendiadyoin1 2024-02-11 15:28:57 +01:00 committed by Andrew Kaster
parent a99bd8eda6
commit 51b841b4b2

View file

@ -726,6 +726,7 @@ def set_up_machine_devices(config: Configuration):
config.display_backend = None
config.audio_devices = []
config.extra_arguments.extend(["-serial", "stdio"])
config.kernel_cmdline.append("serial_debug")
config.qemu_cpu = None
return