mbox series

[0/2] qemu: backport block image size check fix

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

Message

Mathieu Dubois-Briand Dec. 6, 2025, 5:25 p.m. UTC
Update qemu to the last 10.0 patch version and backport a patch relaxing
requirements on partitions sizes when using sd devices. This should
allow to fix the underlying issue Jon Mason is trying to address with
another patch [1].

[1]: https://lists.openembedded.org/g/openembedded-core/message/226251

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Mathieu Dubois-Briand (2):
      qemu: upgrade 10.0.6 -> 10.0.7
      qemu: backport block image size check fix

 ...qemu-native_10.0.6.bb => qemu-native_10.0.7.bb} |   0
 ...tive_10.0.6.bb => qemu-system-native_10.0.7.bb} |   0
 meta/recipes-devtools/qemu/qemu.inc                |   3 +-
 ...rd-Fix-size-check-for-backing-block-image.patch | 126 +++++++++++++++++++++
 .../qemu/{qemu_10.0.6.bb => qemu_10.0.7.bb}        |   0
 5 files changed, 128 insertions(+), 1 deletion(-)
---
base-commit: 293edd0d3d077d0fde7ba6671dc9a26d5b4cf5e4
change-id: 20251206-mathieu-qemu-image-sizes-1e3ca1785c3c

Best regards,