mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
qemu: Update to version 8.0.3
- 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 details
8.0
https://wiki.qemu.org/ChangeLog/8.0
7.2
https://wiki.qemu.org/ChangeLog/7.2
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
8c8594c5f4
commit
640f08ea66
@@ -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
|
||||
|
||||
6
lfs/qemu
6
lfs/qemu
@@ -27,7 +27,7 @@ include Config
|
||||
SUMMARY = Machine emulator and virtualizer
|
||||
|
||||
# If you update the version also qemu-ga !!!
|
||||
VER = 7.1.0
|
||||
VER = 8.0.3
|
||||
|
||||
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 = 37
|
||||
PAK_VER = 38
|
||||
|
||||
DEPS = alsa libusbredir spice libseccomp
|
||||
|
||||
@@ -61,7 +61,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf
|
||||
$(DL_FILE)_BLAKE2 = 071cc1a35209a02e8c5dd4f43cb112f110b4655adb0f870a04fdf9a6e2c761699574e8c9426f70f60787a99acf252d7a64d94a8e837cdfeda93d89428d7866f3
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user