qemu: update to 8.2.1.

This commit is contained in:
Andrew J. Hesford 2024-02-26 13:59:24 -05:00
parent 7db7e0120b
commit 860daaeeac
2 changed files with 4 additions and 4 deletions

View File

@ -25,9 +25,9 @@ index 7e3b245..1e8d0f1 100644
addr < old_addr + new_size; addr < old_addr + new_size;
- addr++) { - addr++) {
+ addr += TARGET_PAGE_SIZE) { + addr += TARGET_PAGE_SIZE) {
prot |= page_get_flags(addr); page_flags |= page_get_flags(addr);
} }
+ prot |= page_get_flags(old_addr + new_size - 1); + page_flags |= page_get_flags(old_addr + new_size - 1);
} }
if (prot == 0) { if (prot == 0) {
host_addr = mremap(g2h_untagged(old_addr), host_addr = mremap(g2h_untagged(old_addr),

View File

@ -1,7 +1,7 @@
# Template file for 'qemu' # Template file for 'qemu'
# This package should be updated together with qemu-user-static # This package should be updated together with qemu-user-static
pkgname=qemu pkgname=qemu
version=8.1.5 version=8.2.1
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
@ -28,7 +28,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, LGPL-2.1-only" license="GPL-2.0-only, LGPL-2.1-only"
homepage="https://www.qemu.org" homepage="https://www.qemu.org"
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2" distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=a12e9b5cdf41a3eeb534fa1467b81946fb57b5b27bcabc2ec0e450e7e0e785ba checksum=ff6413d5b6a8bcc62f0c057195dff499e9321bb68723107bd1cba76cc54ca8ad
ignore_elf_dirs="/usr/share/qemu" ignore_elf_dirs="/usr/share/qemu"
nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf