summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-06-27 17:11:12 +0200
committerSimon Rettberg2024-06-27 17:11:12 +0200
commit8bc6083f54b12087d8e4f5a2660e4f7364038eeb (patch)
tree99a0abbc561e87d140c658f17dcf10f93cd06b75 /core
parent[swtpm] Make versions configurable (diff)
downloadmltk-8bc6083f54b12087d8e4f5a2660e4f7364038eeb.tar.gz
mltk-8bc6083f54b12087d8e4f5a2660e4f7364038eeb.tar.xz
mltk-8bc6083f54b12087d8e4f5a2660e4f7364038eeb.zip
[qemu-src] Bump default version to 9.1.0
Diffstat (limited to 'core')
-rw-r--r--core/modules/qemu-src/module.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu-src/module.conf b/core/modules/qemu-src/module.conf
index d05b4fbb..26c72356 100644
--- a/core/modules/qemu-src/module.conf
+++ b/core/modules/qemu-src/module.conf
@@ -1,7 +1,7 @@
#!/bin/bash
REQUIRED_GIT="
- https://gitlab.com/qemu-project/qemu.git||${CONFIG_QEMU_VERSION:-v6.1.0}
+ https://gitlab.com/qemu-project/qemu.git||${CONFIG_QEMU_VERSION:-v9.1.0}
"
# copy everything since there is a clean installation done by 'make install'