From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] qemu: Update to version 9.2.0 Date: Mon, 13 Jan 2025 22:40:30 +0100 Message-ID: <20250113214032.2221688-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2762403006309318535==" List-Id: --===============2762403006309318535== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 9.0.2 to 9.2.0 - Update of rootfile - Changelog 9.2.0 https://wiki.qemu.org/ChangeLog/9.2 9.1.0 https://wiki.qemu.org/ChangeLog/9.1 Signed-off-by: Adolf Belka --- config/rootfiles/packages/qemu | 7 ++++++- lfs/qemu | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu index 542627771..49105c523 100644 --- a/config/rootfiles/packages/qemu +++ b/config/rootfiles/packages/qemu @@ -13,6 +13,7 @@ usr/bin/qemu-storage-daemon usr/bin/qemu-system-aarch64 usr/bin/qemu-system-riscv64 usr/bin/qemu-system-x86_64 +usr/bin/qemu-vmsr-helper usr/bin/qemu-x86_64 usr/include/qemu-plugin.h usr/libexec/qemu-bridge-helper @@ -56,6 +57,10 @@ usr/share/qemu/edk2-i386-code.fd usr/share/qemu/edk2-i386-secure-code.fd usr/share/qemu/edk2-i386-vars.fd usr/share/qemu/edk2-licenses.txt +usr/share/qemu/edk2-loongarch64-code.fd +usr/share/qemu/edk2-loongarch64-vars.fd +usr/share/qemu/edk2-riscv-code.fd +usr/share/qemu/edk2-riscv-vars.fd usr/share/qemu/edk2-x86_64-code.fd usr/share/qemu/edk2-x86_64-secure-code.fd usr/share/qemu/efi-e1000.rom @@ -72,6 +77,7 @@ usr/share/qemu/firmware/50-edk2-x86_64-secure.json usr/share/qemu/firmware/60-edk2-aarch64.json usr/share/qemu/firmware/60-edk2-arm.json usr/share/qemu/firmware/60-edk2-i386.json +usr/share/qemu/firmware/60-edk2-loongarch64.json usr/share/qemu/firmware/60-edk2-x86_64.json #usr/share/qemu/hppa-firmware.img #usr/share/qemu/hppa-firmware64.img @@ -135,7 +141,6 @@ usr/share/qemu/qboot.rom usr/share/qemu/qemu-nsis.bmp usr/share/qemu/qemu_vga.ndrv #usr/share/qemu/s390-ccw.img -#usr/share/qemu/s390-netboot.img #usr/share/qemu/skiboot.lid #usr/share/qemu/slof.bin usr/share/qemu/trace-events-all diff --git a/lfs/qemu b/lfs/qemu index 0fd91651f..cf0d3aa0c 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -27,7 +27,7 @@ include Config SUMMARY =3D Machine emulator and virtualizer =20 # If you update the version also qemu-ga !!! -VER =3D 9.0.2 +VER =3D 9.2.0 =20 THISAPP =3D qemu-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -35,7 +35,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D qemu -PAK_VER =3D 44 +PAK_VER =3D 45 =20 DEPS =3D alsa libusbredir spice libseccomp libslirp =20 @@ -57,7 +57,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 6b5301f985919ae53e056410be7486b8150a65016127568bd4d58f= 596e94960d08eb3fc57cff7ff6a3435d71274adee516f57375d856d61b4fc7a3f24cbf75c4 +$(DL_FILE)_BLAKE2 =3D 5800556f356e4324124e250c02a07857eef3a6f22995a819fe9720= 61fa750ebf7233da64ae4c0a3e775b1639c870be4b7312d86d9866fedf2bc99074aad0a10a =20 install : $(TARGET) =20 --=20 2.47.1 --===============2762403006309318535==--