[elbe-devel] [PATCH 2/3] init libvirt.xml.mako: Drop interpreter-args support
Bastian Germann
bage at linutronix.de
Thu Feb 23 21:05:52 CET 2023
The libvirt xml does not need the generic interpreter-args support.
It might conflict with any libvirt changes and is not a safe option to
support. The only use of it is the KVM switch up to now.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
elbepack/init/libvirt.xml.mako | 5 -----
1 file changed, 5 deletions(-)
diff --git a/elbepack/init/libvirt.xml.mako b/elbepack/init/libvirt.xml.mako
index 559aa11417..b45d80a501 100644
--- a/elbepack/init/libvirt.xml.mako
+++ b/elbepack/init/libvirt.xml.mako
@@ -88,11 +88,6 @@ xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
</channel>
</devices>
<qemu:commandline>
-% if defs["interpreter-args"] is not None:
-% for arg in defs["interpreter-args"]:
- <qemu:arg value='${arg}' />
-% endfor
-% endif
<qemu:arg value='-netdev' />
<qemu:arg value='user,id=user.0${forward}' />
<qemu:arg value='-device' />
--
2.39.1
More information about the elbe-devel
mailing list