1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

Toolchain+Ports: Update QEMU to 8.1.0

This version contains my patch that adds support for the proprietary
VideoCore mailbox message for reading the kernel command line, so
patches aren't needed anymore.
This commit is contained in:
Daniel Bertalan 2023-09-11 23:18:09 +02:00 committed by Andrew Kaster
parent a65d6e5e50
commit d87fbcccb7
5 changed files with 4 additions and 120 deletions

View file

@ -1,4 +1,4 @@
QEMU_VERSION="8.0.3"
QEMU_VERSION="8.1.0"
QEMU_ARCHIVE="qemu-${QEMU_VERSION}.tar.xz"
QEMU_ARCHIVE_URL="https://download.qemu.org/${QEMU_ARCHIVE}"
QEMU_ARCHIVE_SHA256SUM="ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09"
QEMU_ARCHIVE_SHA256SUM="710c101198e334d4762eef65f649bc43fa8a5dd75303554b8acfec3eb25f0e55"