|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Remove unimplemented host.set_sched_polic
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1175709011 -3600
# Node ID 556402cdf011d9bc234e876da6d54bfa77e0f0fb
# Parent 5dcb272de7e4f159d5c91c22c0dce9819d31aadb
Remove unimplemented host.set_sched_policy.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendAPI.py | 2 --
1 files changed, 2 deletions(-)
diff -r 5dcb272de7e4 -r 556402cdf011 tools/python/xen/xend/XendAPI.py
--- a/tools/python/xen/xend/XendAPI.py Wed Apr 04 18:42:20 2007 +0100
+++ b/tools/python/xen/xend/XendAPI.py Wed Apr 04 18:50:11 2007 +0100
@@ -944,8 +944,6 @@ class XendAPI(object):
return xen_api_success(['pygrub'])
def host_get_sched_policy(self, _, host_ref):
return xen_api_success(XendNode.instance().get_vcpus_policy())
- def host_set_sched_policy(self, _, host_ref, policy):
- return xen_api_todo()
def host_get_cpu_configuration(self, _, host_ref):
return xen_api_success(XendNode.instance().get_cpu_configuration())
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Remove unimplemented host.set_sched_policy.,
Xen patchbot-unstable <=
|
|
|
|
|