From a901ef8e33f997f57cff95f05f37968a86b3250f Mon Sep 17 00:00:00 2001 From: Franz Flasch Date: Wed, 7 Feb 2024 06:49:04 +0100 Subject: [PATCH] git workflows: update qemu to 6.2.0 --- github_ci_prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_ci_prepare.sh b/github_ci_prepare.sh index 4861828..d4c08ae 100755 --- a/github_ci_prepare.sh +++ b/github_ci_prepare.sh @@ -10,7 +10,7 @@ sudo apt install -y libpixman-1-dev libglib2.0-dev pkg-config libpython3.10-dev ROOT_DIR=${PWD} ############################# QEMU ############################# -git clone --depth=1 --branch v5.2.0 https://github.com/qemu/qemu +git clone --depth=1 --branch v6.2.0 https://github.com/qemu/qemu cd qemu ./configure --target-list=riscv64-softmmu,riscv32-softmmu --disable-werror make -j $(nproc)