From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] qemu: Update to version 8.0.3 Date: Mon, 07 Aug 2023 22:51:06 +0200 Message-ID: <20230807205110.2664534-3-adolf.belka@ipfire.org> In-Reply-To: <20230807205110.2664534-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2474274524001292109==" List-Id: --===============2474274524001292109== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 7.1.0 to 8.0.3 - Update of rootfile - Changelog is too large to include here. See the following links for more de= tails 8.0 https://wiki.qemu.org/ChangeLog/8.0 7.2 https://wiki.qemu.org/ChangeLog/7.2 Signed-off-by: Adolf Belka --- config/rootfiles/packages/qemu | 12 ------------ lfs/qemu | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu index 5f6cbffb4..e69e28322 100644 --- a/config/rootfiles/packages/qemu +++ b/config/rootfiles/packages/qemu @@ -20,13 +20,8 @@ usr/bin/qemu-system-x86_64 usr/bin/qemu-x86_64 usr/include/qemu-plugin.h usr/libexec/qemu-bridge-helper -usr/libexec/virtiofsd #usr/share/applications/qemu.desktop -#usr/share/icons/hicolor/128x128 -#usr/share/icons/hicolor/128x128/apps #usr/share/icons/hicolor/128x128/apps/qemu.png -#usr/share/icons/hicolor/16x16 -#usr/share/icons/hicolor/16x16/apps #usr/share/icons/hicolor/16x16/apps/qemu.png #usr/share/icons/hicolor/24x24 #usr/share/icons/hicolor/24x24/apps @@ -34,8 +29,6 @@ usr/libexec/virtiofsd #usr/share/icons/hicolor/256x256 #usr/share/icons/hicolor/256x256/apps #usr/share/icons/hicolor/256x256/apps/qemu.png -#usr/share/icons/hicolor/32x32 -#usr/share/icons/hicolor/32x32/apps #usr/share/icons/hicolor/32x32/apps/qemu.bmp #usr/share/icons/hicolor/32x32/apps/qemu.png #usr/share/icons/hicolor/48x48 @@ -44,8 +37,6 @@ usr/libexec/virtiofsd #usr/share/icons/hicolor/512x512 #usr/share/icons/hicolor/512x512/apps #usr/share/icons/hicolor/512x512/apps/qemu.png -#usr/share/icons/hicolor/64x64 -#usr/share/icons/hicolor/64x64/apps #usr/share/icons/hicolor/64x64/apps/qemu.png #usr/share/icons/hicolor/scalable/apps/qemu.svg #usr/share/qemu @@ -142,7 +133,6 @@ 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/sgabios.bin #usr/share/qemu/skiboot.lid #usr/share/qemu/slof.bin usr/share/qemu/trace-events-all @@ -157,7 +147,5 @@ usr/share/qemu/vgabios-stdvga.bin usr/share/qemu/vgabios-virtio.bin usr/share/qemu/vgabios-vmware.bin usr/share/qemu/vgabios.bin -usr/share/qemu/vhost-user -usr/share/qemu/vhost-user/50-qemu-virtiofsd.json usr/share/qemu/vof-nvram.bin usr/share/qemu/vof.bin diff --git a/lfs/qemu b/lfs/qemu index 0f581e297..d12c19192 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -27,7 +27,7 @@ include Config SUMMARY =3D Machine emulator and virtualizer =20 # If you update the version also qemu-ga !!! -VER =3D 7.1.0 +VER =3D 8.0.3 =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 37 +PAK_VER =3D 38 =20 DEPS =3D alsa libusbredir spice libseccomp =20 @@ -61,7 +61,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730= ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf +$(DL_FILE)_BLAKE2 =3D 071cc1a35209a02e8c5dd4f43cb112f110b4655adb0f870a04fdf9= a6e2c761699574e8c9426f70f60787a99acf252d7a64d94a8e837cdfeda93d89428d7866f3 =20 install : $(TARGET) =20 --=20 2.41.0 --===============2474274524001292109==--