public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
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	[thread overview]
Message-ID: <20250113214032.2221688-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3570 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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    = Machine emulator and virtualizer
 
 # If you update the version also qemu-ga !!!
-VER        = 9.0.2
+VER        = 9.2.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    = 44
+PAK_VER    = 45
 
 DEPS       = alsa libusbredir spice libseccomp libslirp
 
@@ -57,7 +57,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6b5301f985919ae53e056410be7486b8150a65016127568bd4d58f596e94960d08eb3fc57cff7ff6a3435d71274adee516f57375d856d61b4fc7a3f24cbf75c4
+$(DL_FILE)_BLAKE2 = 5800556f356e4324124e250c02a07857eef3a6f22995a819fe972061fa750ebf7233da64ae4c0a3e775b1639c870be4b7312d86d9866fedf2bc99074aad0a10a
 
 install : $(TARGET)
 
-- 
2.47.1


             reply	other threads:[~2025-01-13 21:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-13 21:40 Adolf Belka [this message]
2025-01-13 21:40 ` [PATCH 2/3] qemu-ga: " Adolf Belka
2025-01-13 21:40 ` [PATCH 3/3] make.sh: Move python3-tomli to before qemu as it is now needed for the build Adolf Belka

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=20250113214032.2221688-1-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