diff mbox series

[1/2] qemu: upgrade 10.0.6 -> 10.0.7

Message ID 20251206-mathieu-qemu-image-sizes-v1-1-144f17f417a3@bootlin.com
State New
Headers show
Series qemu: backport block image size check fix | expand

Commit Message

Mathieu Dubois-Briand Dec. 6, 2025, 5:25 p.m. UTC
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 .../qemu/{qemu-native_10.0.6.bb => qemu-native_10.0.7.bb}               | 0
 .../qemu/{qemu-system-native_10.0.6.bb => qemu-system-native_10.0.7.bb} | 0
 meta/recipes-devtools/qemu/qemu.inc                                     | 2 +-
 meta/recipes-devtools/qemu/{qemu_10.0.6.bb => qemu_10.0.7.bb}           | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/qemu/qemu-native_10.0.6.bb b/meta/recipes-devtools/qemu/qemu-native_10.0.7.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-native_10.0.6.bb
rename to meta/recipes-devtools/qemu/qemu-native_10.0.7.bb
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_10.0.6.bb b/meta/recipes-devtools/qemu/qemu-system-native_10.0.7.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-system-native_10.0.6.bb
rename to meta/recipes-devtools/qemu/qemu-system-native_10.0.7.bb
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 3ed5dcc671ad..e02ebd656751 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -38,7 +38,7 @@  SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
 UPSTREAM_CHECK_URI = "https://www.qemu.org"
 UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
 
-SRC_URI[sha256sum] = "c7c40c4b166871e775804e97fce4da65665d1cc93a5c6c9e2ede9d9ee992e7a0"
+SRC_URI[sha256sum] = "faeea5d45a4d9bdde60716814eafadac4286f8a03ce757be632671e0eaa4ce0b"
 
 CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default."
 
diff --git a/meta/recipes-devtools/qemu/qemu_10.0.6.bb b/meta/recipes-devtools/qemu/qemu_10.0.7.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu_10.0.6.bb
rename to meta/recipes-devtools/qemu/qemu_10.0.7.bb