Skip to content

Commit 93c2bcb

Browse files
authored
Containers: Update QEMU to version 9.0.0 (#377)
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
1 parent 422dd88 commit 93c2bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/Ubuntu-22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ RUN update-alternatives \
168168
FROM build AS test
169169

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

173173
RUN apt-get update && apt-get install --yes --no-install-recommends \
174174
autoconf \

0 commit comments

Comments
 (0)