Blame virtinst-0.300.2-acpi.patch

1b0634d
changeset:   255:b931aaa079cd
1b0634d
tag:         tip
1b0634d
user:        "Daniel P. Berrange <berrange@redhat.com>"
1b0634d
date:        Mon Feb 18 11:48:24 2008 -0500
1b0634d
files:       virtinst/FullVirtGuest.py
1b0634d
description:
1b0634d
Default  acpi & apic to be enabled as per previous releases
1b0634d
1b0634d
1b0634d
diff -r b33e850305be -r b931aaa079cd virtinst/FullVirtGuest.py
1b0634d
--- a/virtinst/FullVirtGuest.py	Tue Aug 21 17:46:58 2007 -0400
1b0634d
+++ b/virtinst/FullVirtGuest.py	Mon Feb 18 11:48:24 2008 -0500
1b0634d
@@ -152,6 +152,9 @@ class FullVirtGuest(Guest.XenGuest):
1b0634d
                     features[f] = FullVirtGuest.OS_TYPES[os_type]["variants"][os_variant][f]
1b0634d
                 else:
1b0634d
                     features[f] = FullVirtGuest.OS_TYPES[os_type][f]
1b0634d
+            else:
1b0634d
+                if features[f] is None:
1b0634d
+                    features[f] = True
1b0634d
         return features
1b0634d
 
1b0634d
     def get_os_distro(self):
1b0634d