public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] qemu: Update to version 10.1.0
Date: Fri, 12 Sep 2025 12:10:45 +0200	[thread overview]
Message-ID: <20250912101046.7142-12-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org>

- 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(-)

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
 
-- 
2.51.0



      parent reply	other threads:[~2025-09-12 10:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-12 10:10 [PATCH] core 198: Ship dtc Adolf Belka
2025-09-12 10:10 ` [PATCH] core198: Ship elinks Adolf Belka
2025-09-12 10:10 ` [PATCH] dtc: Update to version 1.7.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] elinks: Update to version 0.18.0 Adolf Belka
2025-09-12 10:10 ` [PATCH] iotop: Update to version 1.30 Adolf Belka
2025-09-12 10:10 ` [PATCH] iptraf-ng: Update to version 1.2.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] libslirp: Update to version 4.9.1 Adolf Belka
2025-09-12 10:10 ` [PATCH] libusbredir: Update to version 0.15.0 Adolf Belka
2025-09-12 10:10 ` [PATCH] nagios_nrpe: Update to version 4.1.3 Adolf Belka
2025-09-12 10:10 ` [PATCH] opus: Update to version 1.5.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] qemu-ga: Update to version 10.1.0 Adolf Belka
2025-09-12 10:10 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250912101046.7142-12-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox