From 93c2bcbcbdf62e9400ba1d2fc69d5e87e9ad9599 Mon Sep 17 00:00:00 2001 From: Chris Fernald Date: Wed, 25 Sep 2024 08:33:24 -0700 Subject: [PATCH] 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 --- Containers/Ubuntu-22/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index ea5d9d92..65c31df2 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -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 \