[Pkg-libvirt-commits] [SCM] Virtinst Debian packaging branch, master, updated. debian/0.400.3-4-6-g16b8a6c

Laurent Léonard laurent at open-minds.org
Thu Jul 16 19:29:24 UTC 2009


The following commit has been merged in the master branch:
commit 16b8a6cd1e9872616d9298e6e051f143424b34fa
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Thu Jul 16 21:27:56 2009 +0200

    Turn on ACPI/APIC for Windows, except for Xen < 3.1.0.
    
    Pulled from upstream:
    http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virtinst--devel/rev/3c68ba7758a6
    
    Closes: #533201
    Thanks: Cole Robinson

diff --git a/debian/patches/0008-Turn-on-ACPI-APIC-for-Windows-except-for-Xen-3.1.0.patch b/debian/patches/0008-Turn-on-ACPI-APIC-for-Windows-except-for-Xen-3.1.0.patch
new file mode 100644
index 0000000..c129b80
--- /dev/null
+++ b/debian/patches/0008-Turn-on-ACPI-APIC-for-Windows-except-for-Xen-3.1.0.patch
@@ -0,0 +1,37 @@
+From: =?utf-8?q?Laurent=20L=C3=A9onard?= <laurent at open-minds.org>
+Date: Thu, 16 Jul 2009 21:21:46 +0200
+Subject: [PATCH] Turn on ACPI/APIC for Windows, except for Xen < 3.1.0.
+
+Pulled from upstream:
+http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virtinst--devel/rev/3c68ba7758a6
+
+Closes: #533201
+Thanks: Cole Robinson
+---
+ virtinst/osdict.py |   10 ++++++++--
+ 1 files changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/virtinst/osdict.py b/virtinst/osdict.py
+index 96ce29f..9347314 100644
+--- a/virtinst/osdict.py
++++ b/virtinst/osdict.py
+@@ -166,10 +166,16 @@ OS_TYPES = {\
+     },
+     "variants": { \
+         "winxp":{ "label": "Microsoft Windows XP (x86)",
+-                  "acpi": False, "apic": False },
++                  "acpi": [ ("xen", 3001000, False),
++                            ("all", True ), ],
++                  "apic": [ ("xen", 3001000, False),
++                            ("all", True ), ], },
+         "winxp64":{ "label": "Microsoft Windows XP (x86_64)" },
+         "win2k": { "label": "Microsoft Windows 2000",
+-                   "acpi": False, "apic": False },
++                  "acpi": [ ("xen", 3001000, False),
++                            ("all", True ), ],
++                  "apic": [ ("xen", 3001000, False),
++                            ("all", True ), ], },
+         "win2k3": { "label": "Microsoft Windows 2003" },
+         "win2k8": { "label": "Microsoft Windows 2008" },
+         "vista": { "label": "Microsoft Windows Vista" },
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 2eec1dc..524c3b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 0005-use-QEMU-s-USB-Tablet-with-Squeeze-guests.patch
 0006-add-Ubuntu-Karmic-to-osdict.patch
 0007-fix-bridge-names-not-ending-with-digit.patch
+0008-Turn-on-ACPI-APIC-for-Windows-except-for-Xen-3.1.0.patch

-- 
Virtinst Debian packaging



More information about the Pkg-libvirt-commits mailing list