Displaying 2 results from an estimated 2 matches for "f0cd9df566ec".
2008 Jul 25
0
Weekly VMX status report. Xen: #18132 & Xen0: #616
...8G
IA32E
CPU : Xeon(r) processor 5300 series
Dom0 OS : RHEL5
Memory size : 8G
Details:
==============================================
Platform : PAE
Service OS : Red Hat Enterprise Linux Server release 5.1 (Tikanga)
Hardware : Clovertown
Xen package: 18132:f0cd9df566ec
Date: Fri Jul 25 16:27:55 CST 2008
1. 2 PAE SMP VMX domains and 2 xenU domains coexist PASS
2. Live and migration PASS
3. Save and Restore PASS
4. one PAE SMP Linux VMX domain with memory 256M...
2008 Jul 25
1
[PATCH]xend: fix dual destroy
...trics.destroy() for the second time, the deregister()
in XendAPIStore.py will complain: there is no such an element in the
dict __classes and a KeyError exception is raised!
We can avoid the dual destroy by adding a check as follows.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
diff -r f0cd9df566ec tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Thu Jul 24 17:36:27 2008
+0100
+++ b/tools/python/xen/xend/XendDomainInfo.py Fri Jul 25 18:00:29 2008
+0800
@@ -2374,6 +2374,9 @@ class XendDomainInfo:
def destroy(self):
"""Cleanu...