virtme
virtme copied to clipboard
architectures.py: fix Qemu args for watchdog
Newer versions of Qemu dropped support for the '-watchdog' command line argument.
Use '-device i6300esb -action watchdog=pause' instead.
Thanks for the PR, this resolved the issues I had. :+1: