[Pkg-libvirt-commits] [SCM] Virt Installer packaging branch, master, updated. debian/0.400.3-4
Guido Günther
agx at sigxcpu.org
Fri May 29 14:04:52 UTC 2009
The following commit has been merged in the master branch:
commit b8820659581317ed294395d2742bddc9d13b3e6d
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri May 29 15:30:11 2009 +0200
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.
diff --git a/debian/patches/0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch b/debian/patches/0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch
new file mode 100644
index 0000000..496088d
--- /dev/null
+++ b/debian/patches/0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch
@@ -0,0 +1,29 @@
+From: =?utf-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+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" : {
+--
diff --git a/debian/patches/series b/debian/patches/series
index b89f189..9158633 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-Fix-path-to-pygrub.patch
0003-allow-to-pass-nic-model.patch
0004-parse-etc-default-console-setup-for-keymap-informat.patch
+0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch
--
Virt Installer packaging
More information about the Pkg-libvirt-commits
mailing list