From 46add95802e654a0291832a9c77b5d04163f1061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 11 Jun 2026 09:03:32 +0200 Subject: [PATCH] versions: Bump QEMU to 11.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump QEMU to its latest release. Signed-off-by: Fabiano FidĂȘncio --- .../packaging/qemu/patches/tag_patches/v11.0.1/no_patches.txt | 0 versions.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tools/packaging/qemu/patches/tag_patches/v11.0.1/no_patches.txt diff --git a/tools/packaging/qemu/patches/tag_patches/v11.0.1/no_patches.txt b/tools/packaging/qemu/patches/tag_patches/v11.0.1/no_patches.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/versions.yaml b/versions.yaml index 765a46fe61..e776e0c88a 100644 --- a/versions.yaml +++ b/versions.yaml @@ -88,8 +88,8 @@ assets: qemu: description: "VMM that uses KVM" url: "https://github.com/qemu/qemu" - version: "v11.0.0" - tag: "v11.0.0" + version: "v11.0.1" + tag: "v11.0.1" # Do not include any non-full release versions # Break the line *without CR or space being appended*, to appease # yamllint, and note the deliberate ' ' at the end of the expression.