diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-03 09:52:23 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-03 09:52:23 +0000 |
| commit | 989aba0f13a0916da400f2c1031d7cc2abd10adb (patch) | |
| tree | 1b25face771a95f837e0321667b4e8ec04aff013 /repos | |
| parent | fca75cc4316c58ffe6b1d7366fa3b9e9c6d5add2 (diff) | |
| download | alicelinux-989aba0f13a0916da400f2c1031d7cc2abd10adb.tar.gz alicelinux-989aba0f13a0916da400f2c1031d7cc2abd10adb.zip | |
qemu: updated to 10.1.0
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/qemu/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/qemu/.files | 14 | ||||
| -rw-r--r-- | repos/extra/qemu/abuild | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/repos/extra/qemu/.checksum b/repos/extra/qemu/.checksum index ed74f3be..f2715b36 100644 --- a/repos/extra/qemu/.checksum +++ b/repos/extra/qemu/.checksum @@ -1 +1 @@ -f7e9de77aa52905afbfe061a6c6ed395ec6d9f9e053efab493c00f74bdb88c02 qemu-10.0.3.tar.xz +1dde1ed9ee575b0297317fd0a4a884edcdee25c1f4a9913c6490747616dfca80 qemu-10.1.0.tar.xz diff --git a/repos/extra/qemu/.files b/repos/extra/qemu/.files index 9ea64e62..3f42230b 100644 --- a/repos/extra/qemu/.files +++ b/repos/extra/qemu/.files @@ -50,11 +50,15 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ drwxr-xr-x root/root usr/share/qemu/ -rw-r--r-- root/root usr/share/qemu/QEMU,cgthree.bin -rw-r--r-- root/root usr/share/qemu/QEMU,tcx.bin --rw-r--r-- root/root usr/share/qemu/bamboo.dtb +-rw-r--r-- root/root usr/share/qemu/ast27x0_bootrom.bin -rw-r--r-- root/root usr/share/qemu/bios-256k.bin -rw-r--r-- root/root usr/share/qemu/bios-microvm.bin -rw-r--r-- root/root usr/share/qemu/bios.bin --rw-r--r-- root/root usr/share/qemu/canyonlands.dtb +drwxr-xr-x root/root usr/share/qemu/dtb/ +-rw-r--r-- root/root usr/share/qemu/dtb/bamboo.dtb +-rw-r--r-- root/root usr/share/qemu/dtb/canyonlands.dtb +-rw-r--r-- root/root usr/share/qemu/dtb/petalogix-ml605.dtb +-rw-r--r-- root/root usr/share/qemu/dtb/petalogix-s3adsp1800.dtb -rw-r--r-- root/root usr/share/qemu/edk2-aarch64-code.fd -rw-r--r-- root/root usr/share/qemu/edk2-arm-code.fd -rw-r--r-- root/root usr/share/qemu/edk2-arm-vars.fd @@ -135,8 +139,6 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/ -rw-r--r-- root/root usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.bin -rw-r--r-- root/root usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.bin -rw-r--r-- root/root usr/share/qemu/palcode-clipper --rw-r--r-- root/root usr/share/qemu/petalogix-ml605.dtb --rw-r--r-- root/root usr/share/qemu/petalogix-s3adsp1800.dtb -rw-r--r-- root/root usr/share/qemu/pnv-pnor.bin -rw-r--r-- root/root usr/share/qemu/pvh.bin -rw-r--r-- root/root usr/share/qemu/pxe-e1000.rom @@ -145,7 +147,7 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/ -rw-r--r-- root/root usr/share/qemu/pxe-pcnet.rom -rw-r--r-- root/root usr/share/qemu/pxe-rtl8139.rom -rw-r--r-- root/root usr/share/qemu/pxe-virtio.rom --rwxr-xr-x root/root usr/share/qemu/qboot.rom +-rw-r--r-- root/root usr/share/qemu/qboot.rom -rw-r--r-- root/root usr/share/qemu/qemu-nsis.bmp -rw-r--r-- root/root usr/share/qemu/qemu_vga.ndrv -rw-r--r-- root/root usr/share/qemu/s390-ccw.img @@ -164,6 +166,6 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/ -rw-r--r-- root/root usr/share/qemu/vgabios-vmware.bin -rw-r--r-- root/root usr/share/qemu/vgabios.bin -rw-r--r-- root/root usr/share/qemu/vof-nvram.bin --rwxr-xr-x root/root usr/share/qemu/vof.bin +-rw-r--r-- root/root usr/share/qemu/vof.bin drwxr-xr-x root/root var/ drwxr-xr-x root/root var/run/ diff --git a/repos/extra/qemu/abuild b/repos/extra/qemu/abuild index a97bdc67..79266bc7 100644 --- a/repos/extra/qemu/abuild +++ b/repos/extra/qemu/abuild @@ -1,5 +1,5 @@ name=qemu -version=10.0.3 +version=10.1.0 release=1 source="https://download.$name.org/$name-$version.tar.xz" build_type=configure_build |