search for: xen_api_success_void

Displaying 2 results from an estimated 2 matches for "xen_api_success_void".

2007 May 15
0
[PATCH] Small fix to the host.get_name_description call
...ols/python/xen/xend/XendAPI.py --- a/tools/python/xen/xend/XendAPI.py Tue May 08 10:21:23 2007 +0100 +++ b/tools/python/xen/xend/XendAPI.py Mon May 14 23:17:32 2007 -0400 @@ -905,7 +941,7 @@ class XendAPI(object): XendNode.instance().set_name(new_name) return xen_api_success_void() def host_get_name_description(self, session, host_ref): - return xen_api_success(XendNode.instance().description) + return xen_api_success(XendNode.instance().get_description()) def host_set_name_description(self, session, host_ref, new_desc): XendNode.instance()....
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel