tools: bump qemu to 7.0.0

This commit is contained in:
Corentin Le Molgat
2022-08-24 12:48:14 +02:00
parent 25f74e892b
commit dbb0fb4634

View File

@@ -46,7 +46,7 @@ function install_qemu() {
>&2 echo 'QEMU is disabled !'
return 0
fi
local -r QEMU_VERSION=${QEMU_VERSION:=5.2.0}
local -r QEMU_VERSION=${QEMU_VERSION:=7.0.0}
local -r QEMU_TARGET=${QEMU_ARCH}-linux-user
if echo "${QEMU_VERSION} ${QEMU_TARGET}" | cmp --silent "${QEMU_INSTALL}/.build" -; then
@@ -83,8 +83,7 @@ function install_qemu() {
--disable-opengl \
--disable-sdl \
--disable-virglrenderer \
--disable-vte \
--enable-modules
--disable-vte
# --static Not supported on Archlinux
# so we use --enable-modules