virtme icon indicating copy to clipboard operation
virtme copied to clipboard

architectures.py: fix Qemu args for watchdog

Open morbidrsa opened this issue 1 year ago • 1 comments

Newer versions of Qemu dropped support for the '-watchdog' command line argument.

Use '-device i6300esb -action watchdog=pause' instead.

morbidrsa avatar Jun 16 '23 09:06 morbidrsa

Thanks for the PR, this resolved the issues I had. :+1:

WhatTheFuzz avatar Aug 15 '23 16:08 WhatTheFuzz