[elbe-devel] [PATCH v3 3/4] initvm: Remove USB controller
Bastian Germann
bage at linutronix.de
Thu Jun 23 21:23:50 CEST 2022
The initvm has never used any USB devices.
Signed-off-by: Bastian Germann <bage at linutronix.de>
Tested-by: Holger Dengler <holger at hdengler.de>
---
elbepack/init/libvirt.xml.mako | 1 -
1 file changed, 1 deletion(-)
diff --git a/elbepack/init/libvirt.xml.mako b/elbepack/init/libvirt.xml.mako
index 9dc5c1ce8b..997b58fb44 100644
--- a/elbepack/init/libvirt.xml.mako
+++ b/elbepack/init/libvirt.xml.mako
@@ -62,7 +62,6 @@ xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<on_crash>destroy</on_crash>
<devices>
<emulator>${emulator}</emulator>
- <controller type='usb' index='0' />
<controller type='pci' index='0' model='pci-root' />
<input type='mouse' bus='ps2' />
<input type='keyboard' bus='ps2' />
--
2.30.2
More information about the elbe-devel
mailing list