Skip to content
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

Update Qemu version to v6.1.0 if possible. #807

Merged
merged 2 commits into from
Jun 16, 2022

Commits on Jun 16, 2022

  1. Update Qemu version to v6.1.0 if possible.

    The latest Qemu release contains numerous bug fixes, and other improvements, and the existing patches various issues reported in older Qemu versions. The only changes required are incrementing the Qemu version and adding ninja-build as a temporary dependency, since Qemu now uses it for the build system. However, Ubuntu 16.04, the base image for numerous dependencies we use, still ships with Python3.5, and Qemu 6.1.0 requires Python3.6+, as well as the ninja-build system. We therefore add a check to see if we have a compatible Python version, and if we do, build the last Qemu version, so our code can be fully backwards-compatible.
    
    Fixes cross-rs#557.
    Closes cross-rs#587.
    Alexhuszagh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    07406ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36cdaf View commit details
    Browse the repository at this point in the history