-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Old version of QEMU #24
Comments
The usage of that script is unrelated to the version of QEMU (the binaries) that are registered. The versions of QEMU that are used can be seen in https://github.com/dbhi/qus/blob/main/cli/config.yml. So, it's currently 7.2. It's also not up-to-date, tho. Been pretty busy lately and did not have any specific reason to pursue bumping QEMU. Is there any feature in versions newer than 7.2 which you need? Or is it just a matter of keeping software updated? With regard to the registration script itself, |
QEMU 9 has a number of important optimizations and bugfixes. One use case that is relevant to me, and that is broken on older QEMUs, is using the GitHub Actions Runner on the s390x architecture:
If I upgrade qus as follows (debian moved the real binaries to qemu-user, so it's a little bit involved):
the I get:
|
It looks like QUS is pointing to a fork of QEMU which hasn't caught up with the main repo in 3 years:
https://github.com/dbhi/qus/blob/f79aa71b04f5b1bfc98769edbf9a7a10659708fe/register.sh#L117C86-L117C150
The text was updated successfully, but these errors were encountered: