From f9e16431c1ef8a2ded83941d1f81e5ab34ecdb69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 30 Apr 2025 15:57:33 +0200 Subject: [PATCH] version: Bump QEMU to v10.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the new release of QEMU is out, let's switch to it and take advantage of bug fixes and improvements. QEMU changelog: https://wiki.qemu.org/ChangeLog/10.0 Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/qemu/patches/10.0.x/no_patches.txt | 0 .../packaging/qemu/patches/tag_patches/v10.0.3/no_patches.txt | 0 versions.yaml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tools/packaging/qemu/patches/10.0.x/no_patches.txt create mode 100644 tools/packaging/qemu/patches/tag_patches/v10.0.3/no_patches.txt diff --git a/tools/packaging/qemu/patches/10.0.x/no_patches.txt b/tools/packaging/qemu/patches/10.0.x/no_patches.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tools/packaging/qemu/patches/tag_patches/v10.0.3/no_patches.txt b/tools/packaging/qemu/patches/tag_patches/v10.0.3/no_patches.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/versions.yaml b/versions.yaml index 000904f492..18af53c4ae 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: "v9.1.2" - tag: "v9.1.2" + version: "v10.0.3" + tag: "v10.0.3" # 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.