Blob Blame History Raw
# HG changeset patch
# User "Cole Robinson <crobinso@redhat.com>"
# Date 1224598687 14400
# Node ID 2c657c53ef1add11627f259477463e422ae0774f
# Parent  976334e291925088aab37be0b8f9870b163de146
Add seperate dict entry for winxp 64 since it has separate requirements (Tom Hug
hes)

diff -r 976334e29192 -r 2c657c53ef1a AUTHORS
--- a/AUTHORS	Mon Oct 20 11:11:20 2008 -0400
+++ b/AUTHORS	Tue Oct 21 10:18:07 2008 -0400
@@ -31,6 +31,7 @@
    Bryan Kearney <bkearney-at-redhat-dot-com>
    Guido Guenther <agx-at-sigxcpu-dot-org>
    Francois Kooman <fkooman-at-tuxed-dot-net>
+   Tom Hughes <thh-at-cyberspace-dot-com>
 
    ...send patches and get your name here...
 
diff -r 976334e29192 -r 2c657c53ef1a virtinst/FullVirtGuest.py
--- a/virtinst/FullVirtGuest.py	Mon Oct 20 11:11:20 2008 -0400
+++ b/virtinst/FullVirtGuest.py	Tue Oct 21 10:18:07 2008 -0400
@@ -111,8 +111,9 @@
                         "bus"  : [ (["all"], "usb"), ] },
         },
         "variants": { \
-            "winxp":{ "label": "Microsoft Windows XP",
+            "winxp":{ "label": "Microsoft Windows XP (x86)",
                       "acpi": False, "apic": False },
+            "winxp64":{ "label": "Microsoft Windows XP (x86_64)" },
             "win2k": { "label": "Microsoft Windows 2000",
                        "acpi": False, "apic": False },
             "win2k3": { "label": "Microsoft Windows 2003" },