Hi,
attached patch adds support for Debian Squeeze to the osdict. Would be
nice to have this applied so we use the usbtablet for new guests by
default.
Cheers,
-- Guido
From: =?utf-8?q?Guido=20G=C3=BCnther?= <[email protected]>
Date: Fri, 29 May 2009 15:17:02 +0200
Subject: [PATCH] use QEMU's USB Tablet with Squeeze guests
evdev picks this up as mouse which gives more exact mouse handling
without the need to grab/ungrab the mouse anymore.
---
virtinst/osdict.py | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 385010f..edccab2 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -115,6 +115,13 @@ OS_TYPES = {\
"disk" : { "bus" : [ (["kvm"], "virtio") ] },
"net" : { "model" : [ (["kvm"], "virtio") ] }
}},
+ "debiansqueeze": { "label": "Debian Squeeze", "distro": "debian",
+ "devices" : {
+ "disk" : { "bus" : [ (["kvm"], "virtio") ] },
+ "net" : { "model" : [ (["kvm"], "virtio") ] },
+ "input" : { "type" : [ (["all"], "tablet") ],
+ "bus" : [ (["all"], "usb"), ] },
+ }},
"ubuntuhardy": { "label": "Ubuntu 8.04 LTS (Hardy Heron)",
"distro": "ubuntu",
"devices" : {
--
_______________________________________________
et-mgmt-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/et-mgmt-tools