version: Bump QEMU to v10.0.3

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 <fidencio@northflank.com>
This commit is contained in:
Fabiano Fidêncio
2025-04-30 15:57:33 +02:00
parent f9a6359674
commit f9e16431c1
3 changed files with 2 additions and 2 deletions

View File

@@ -88,8 +88,8 @@ assets:
qemu: qemu:
description: "VMM that uses KVM" description: "VMM that uses KVM"
url: "https://github.com/qemu/qemu" url: "https://github.com/qemu/qemu"
version: "v9.1.2" version: "v10.0.3"
tag: "v9.1.2" tag: "v10.0.3"
# Do not include any non-full release versions # Do not include any non-full release versions
# Break the line *without CR or space being appended*, to appease # Break the line *without CR or space being appended*, to appease
# yamllint, and note the deliberate ' ' at the end of the expression. # yamllint, and note the deliberate ' ' at the end of the expression.