Displaying 1 result from an estimated 1 matches for "f14e12b3327a".
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
...| 12 +
tools/python/xen/xm/main.py | 114 +++++++++++-
tools/xm-test/tests/sedf/Makefile.am | 4
10 files changed, 437 insertions(+), 37 deletions(-)
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
---
diff -r f14e12b3327a tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py Tue Mar 7 23:09:23 2006
+++ b/tools/python/xen/xend/XendDomain.py Tue Mar 7 17:18:16 2006
@@ -487,7 +487,17 @@
"""
dominfo = self.domain_lookup(domid)
try:
- return x...