-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'savevm' monitor command crashes QEMU. #205
Comments
If that's the output you get you must have an old build of Morello QEMU, it's using cc128m not cc128 these days (historically cc128 was re-defined for Morello but that meant software couldn't use both at the same time, so now they're encoding formats with distinct names). I instead see:
|
Oh, hm, except that never made it from dev to qemu-cheri... should fix that |
Pushed some fixes to dev. It still doesn't work in general as we have no handling for memory tags and co-processor registers that aren't special cased will lose metadata, but it doesn't crash QEMU any more. |
Could it print a warning message or similar? It's nice that it doesn't kill the VM now but I'm worried that it now gives the illusion of working. |
-snapshot
(or via cheribuild with--run/ephemeral
).savevm <name>
:The text was updated successfully, but these errors were encountered: