Browse Source

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
Brian Gianforcaro 4 years ago
parent
commit
d19180433f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Toolchain/BuildQemu.sh

+ 2 - 2
Toolchain/BuildQemu.sh

@@ -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"