qemu: Update to version 10.1.0

Message ID 20250912101046.7142-12-adolf.belka@ipfire.org
State New
Headers
Series qemu: Update to version 10.1.0 |

Commit Message

Adolf Belka 12 Sep 2025, 10:10 a.m. UTC
- Update from version 10.0.2 to 10.1.0
- Update of rootfile
- Changelog for 10.1 can be found at https://wiki.qemu.org/ChangeLog/10.1
- Changelog for 10.0 can be found at https://wiki.qemu.org/ChangeLog/10.0

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/packages/qemu | 10 ++++++----
 lfs/qemu                       | 34 +++++++++++++++++-----------------
 2 files changed, 23 insertions(+), 21 deletions(-)
  

Patch

diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu
index 90d70a83f..a02f74fe0 100644
--- a/config/rootfiles/packages/qemu
+++ b/config/rootfiles/packages/qemu
@@ -45,11 +45,15 @@  usr/libexec/qemu-bridge-helper
 #usr/share/qemu
 #usr/share/qemu/QEMU,cgthree.bin
 #usr/share/qemu/QEMU,tcx.bin
-#usr/share/qemu/bamboo.dtb
+usr/share/qemu/ast27x0_bootrom.bin
 usr/share/qemu/bios-256k.bin
 usr/share/qemu/bios-microvm.bin
 usr/share/qemu/bios.bin
-#usr/share/qemu/canyonlands.dtb
+#usr/share/qemu/dtb
+usr/share/qemu/dtb/bamboo.dtb
+usr/share/qemu/dtb/canyonlands.dtb
+usr/share/qemu/dtb/petalogix-ml605.dtb
+usr/share/qemu/dtb/petalogix-s3adsp1800.dtb
 usr/share/qemu/edk2-aarch64-code.fd
 usr/share/qemu/edk2-arm-code.fd
 usr/share/qemu/edk2-arm-vars.fd
@@ -130,8 +134,6 @@  usr/share/qemu/npcm8xx_bootrom.bin
 #usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.bin
 usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.bin
 #usr/share/qemu/palcode-clipper
-#usr/share/qemu/petalogix-ml605.dtb
-#usr/share/qemu/petalogix-s3adsp1800.dtb
 usr/share/qemu/pnv-pnor.bin
 usr/share/qemu/pvh.bin
 usr/share/qemu/pxe-e1000.rom
diff --git a/lfs/qemu b/lfs/qemu
index ca48e0fd2..de6b39672 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -27,7 +27,7 @@  include Config
 SUMMARY    = Machine emulator and virtualizer
 
 # If you update the version also qemu-ga !!!
-VER        = 10.0.2
+VER        = 10.1.0
 
 THISAPP    = qemu-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -35,7 +35,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = qemu
-PAK_VER    = 46
+PAK_VER    = 47
 
 DEPS       = alsa libusbredir spice libseccomp libslirp
 
@@ -57,7 +57,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = be4ddf050d2102cefded5b4967222df749ee8af92c2427c31a9b29b3800fac8bb328daf2c38d11aa307b51eb7d7243f9b064b3bf24d446a001e5520359ee83c3
+$(DL_FILE)_BLAKE2 = 025012e73cdd2468b1b0fdef9b34aae41893780cfcad0d52c05e7f67ff7a9969c8c596f006b8a7e6f1b59e39da8fdec07d6f241911c604502755acd26bb750b6
 
 install : $(TARGET)
 
@@ -91,20 +91,20 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--enable-kvm \
-		--disable-attr \
-		--target-list="$(TARGETS)" \
-		--extra-cflags="$(CFLAGS)" \
-		--enable-spice \
-		--enable-usb-redir \
-		--enable-seccomp \
-		--disable-docs \
-		--disable-sdl \
-		--enable-slirp \
-		-Dfdt=system
+				--prefix=/usr \
+				--sysconfdir=/etc \
+				--localstatedir=/var \
+				--enable-kvm \
+				--disable-attr \
+				--target-list="$(TARGETS)" \
+				--extra-cflags="$(CFLAGS)" \
+				--enable-spice \
+				--enable-usb-redir \
+				--enable-seccomp \
+				--disable-docs \
+				--disable-sdl \
+				--enable-slirp \
+				-Dfdt=system
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install