[elbe-devel] [PATCH v2 3/5] initvm: Remove USB controller

Bastian Germann bage at linutronix.de
Wed Jun 22 09:09:26 CEST 2022


The initvm has never used any USB devices.

Signed-off-by: Bastian Germann <bage at linutronix.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