On 11/07/2025 16.35, Andrew Jones wrote:
On Fri, Jul 11, 2025 at 01:32:33PM +0200, Thomas Huth wrote:
...
+function vmm_default_opts()
+{
+ echo ${vmm_optname[$(vmm_get_target),default_opts]}
+}
This causes now a problem on s390x:
https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/jobs/10604334029#L591
scripts/common.bash: line 56: vmm_defaults_opts: command not found
... any ideas how to fix it?
This is fixed by
https://lore.kernel.org/all/20250709085938.33254-2-andrew.jo...@linux.dev/
which I just pushed.
Ah, right, thanks! And sorry for missing the patch!
Thomas