From b0b00386893e090f136631c88149776a437def4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 10 Oct 2025 22:04:58 +0200 Subject: [PATCH] versions: Bump QEMU to 10.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QEMU 10.1.1 was released on October 8th, 2025, let's bump it on our side. Signed-off-by: Fabiano FidĂȘncio --- .../patches/{tag_patches/v10.1.0 => 10.1.x}/no_patches.txt | 0 .../v10.1.0}/0001-git-modules-fix-u-boot-mirrors-change.patch | 0 .../packaging/qemu/patches/tag_patches/v10.1.1/no_patches.txt | 0 versions.yaml | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename tools/packaging/qemu/patches/{tag_patches/v10.1.0 => 10.1.x}/no_patches.txt (100%) rename tools/packaging/qemu/patches/{10.1.x => tag_patches/v10.1.0}/0001-git-modules-fix-u-boot-mirrors-change.patch (100%) create mode 100644 tools/packaging/qemu/patches/tag_patches/v10.1.1/no_patches.txt diff --git a/tools/packaging/qemu/patches/tag_patches/v10.1.0/no_patches.txt b/tools/packaging/qemu/patches/10.1.x/no_patches.txt similarity index 100% rename from tools/packaging/qemu/patches/tag_patches/v10.1.0/no_patches.txt rename to tools/packaging/qemu/patches/10.1.x/no_patches.txt diff --git a/tools/packaging/qemu/patches/10.1.x/0001-git-modules-fix-u-boot-mirrors-change.patch b/tools/packaging/qemu/patches/tag_patches/v10.1.0/0001-git-modules-fix-u-boot-mirrors-change.patch similarity index 100% rename from tools/packaging/qemu/patches/10.1.x/0001-git-modules-fix-u-boot-mirrors-change.patch rename to tools/packaging/qemu/patches/tag_patches/v10.1.0/0001-git-modules-fix-u-boot-mirrors-change.patch diff --git a/tools/packaging/qemu/patches/tag_patches/v10.1.1/no_patches.txt b/tools/packaging/qemu/patches/tag_patches/v10.1.1/no_patches.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/versions.yaml b/versions.yaml index 4812d08f4f..e855a8bac1 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: "v10.1.0" - tag: "v10.1.0" + version: "v10.1.1" + tag: "v10.1.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.