Dan Magenheimer
2009-Oct-19 20:51 UTC
[Xen-devel] [PATCH] c/s 20336 (oos per-domain switch) breaks xm restore
diff -r ea34183c5c11 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Mon Oct 19 13:31:21 2009 +0100 +++ b/tools/python/xen/xend/XendDomainInfo.py Mon Oct 19 14:45:30 2009 -0600 @@ -2421,7 +2421,7 @@ class XendDomainInfo: s3_integrity = self.info[''s3_integrity''] oos = self.info[''platform''].get(''oos'', 1) - oos_off = 1 - oos + oos_off = 1 - int(oos) flags = (int(hvm) << 0) | (int(hap) << 1) | (int(s3_integrity) << 2) | (int(oos_off) << 3) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel