Toolchain: Update QEMU to 6.0.0-rc5

Changes since rc4:

0cef06d187: Update version for v6.0.0-rc5 release
5351fb7cb2: hw/block/nvme: fix invalid msix exclusive uninit
ffa090bc56: target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG
bc38e31b4e: net: check the existence of peer before trying to pad
This commit is contained in:
Brian Gianforcaro 2021-04-27 17:06:54 -07:00 committed by Linus Groh
parent b0145ea529
commit d19180433f

View file

@ -12,9 +12,9 @@ PREFIX="$DIR/Local/$ARCH"
BUILD=$(realpath "$DIR/../Build")
SYSROOT="$BUILD/Root"
QEMU600_MD5SUM="90d578ba263f2b5e629dc28af374a1fd"
QEMU600_MD5SUM="a64544ab7979411e0a096319e413be17"
QEMU_VERSION="qemu-6.0.0-rc4"
QEMU_VERSION="qemu-6.0.0-rc5"
QEMU_MD5SUM="${QEMU600_MD5SUM}"
echo PREFIX is "$PREFIX"