Skip to content

Commit

Permalink
Containers: Update QEMU to version 9.0.0 (#377)
Browse files Browse the repository at this point in the history
QEMU Version 9.0.0 is required for SMMU and GIC support on the sbsa-ref
machine. This version is already used in the mu_tiano_platforms ext-dep
  • Loading branch information
cfernald authored Sep 25, 2024
1 parent 422dd88 commit 93c2bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN update-alternatives \
FROM build AS test

ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git"
ARG QEMU_BRANCH="v8.0.0"
ARG QEMU_BRANCH="v9.0.0"

RUN apt-get update && apt-get install --yes --no-install-recommends \
autoconf \
Expand Down

0 comments on commit 93c2bcb

Please sign in to comment.