From 2be833b5632f47c5c6fcfc9afd1e86a10a4c1e21 Mon Sep 17 00:00:00 2001 From: Jerome Haxhiaj Date: Thu, 11 Jun 2026 11:41:32 +0200 Subject: [PATCH] libqemu: Move to libqemu-v11.0-v0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: -libqemu: expose TCG plugin API through LibQemuExports -contrib/plugins: install idlinker on Windows and stage it for the loader -target/riscv: handle platform-defined local interrupts (IRQ >= 12) -target/riscv: add vendor CSR 0x7c1 as no-op -virtio-gpu: Fix vircl OpenCL device (capsets, QOM type, timers) Signed-off-by: Jerome Haxhiaj --- package-lock.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.cmake b/package-lock.cmake index 205c1955..91e38158 100644 --- a/package-lock.cmake +++ b/package-lock.cmake @@ -27,7 +27,7 @@ CPMDeclarePackage(SCP CPMDeclarePackage(qemu NAME libqemu GIT_REPOSITORY ${LIBQEMU_GIT} - GIT_TAG libqemu-v11.0-v0.6 + GIT_TAG libqemu-v11.0-v0.8 GIT_SUBMODULES CMakeLists.txt GIT_SHALLOW ON )