[elbe-devel] [PATCH v2 5/5] initvm: Use virtio bus for keyboard and mouse

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


This gets rid of ps2 bus and loading the corresponding driver.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 elbepack/init/libvirt.xml.mako | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elbepack/init/libvirt.xml.mako b/elbepack/init/libvirt.xml.mako
index 285b875548..93eb58617b 100644
--- a/elbepack/init/libvirt.xml.mako
+++ b/elbepack/init/libvirt.xml.mako
@@ -63,8 +63,8 @@ xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
   <devices>
     <emulator>${emulator}</emulator>
     <controller type='pci' index='0' model='pci-root' />
-    <input type='mouse' bus='ps2' />
-    <input type='keyboard' bus='ps2' />
+    <input type='mouse' bus='virtio' />
+    <input type='keyboard' bus='virtio' />
     <graphics type='spice' autoport='yes' />
     <rng model='virtio'>
       <backend model='random' />
-- 
2.30.2



More information about the elbe-devel mailing list