WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Remove unimplemented host.set_sched_polic

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Remove unimplemented host.set_sched_policy.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 05 Apr 2007 06:50:19 -0700
Delivery-date: Thu, 05 Apr 2007 06:50:49 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=