]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
qemu: Update to version 10.1.0
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 10:10:45 +0000 (12:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Sep 2025 15:49:47 +0000 (15:49 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/qemu
lfs/qemu

index 90d70a83f3782ddd4f13ca7944146234719071fc..a02f74fe0fce7a5e05f0d0a62d94076c3cf53fd8 100644 (file)
@@ -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
index ca48e0fd297e9c454223ace56ea7ef3cfb318e37..de6b39672654decf0e258aaf353dbf4485bf0479 100644 (file)
--- 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