search for: rhesis

Displaying 3 results from an estimated 3 matches for "rhesis".

Did you mean: thesis
2006 Mar 23
1
[PATCH] Fixup a couple of problems with XML-RPC error handling
This fixes a number of problems introduces in the recent XML-RPC check-in. The higher level errors are a great idea and I''ve also extended it a bit to have a slightly nicer interface. Please apply. Regards, Anthony Liguori _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 09
15
[RFC][PATCH] Secure XML-RPC for Xend
...#39;d rather it not be applied immediately. I''d like to get some feedback from people as to whether this approach is reasonable. A user-facing change is that now you can use the XM_SERVER environmental variable to specific an XML-RPC URI. For instance: XM_SERVER=''ssh://root@rhesis.austin.ibm.com/RPC2'' xm list Runs xm list on a local machine but does all of the RPCs over a secure connection (prompting for passwords). Thoughts? Regards, Anthony Liguori _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://...
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems to only occur on systems with very large memory. However, on those systems, it''s a show-stopper. I see this as a temporary solution until we can sanitize the XML-RPC functions and get rid of all the S-Expression stuff. I''ll run xm-test tomorrow against it. Right now I''ve only done basic