search for: test_bindings

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

2010 Aug 19
0
test_bindings failed: MESSAGE_METHOD_UNKNOWN session.login_with_password
Hi,     I am testing  test_bindings.c, after compile, i run  ./test_bindings localhost:8006 root 123, but it came out :MESSAGE_METHOD_UNKNOWN session.login_with_password     I am using xen-3.4.1, and i set xend-config.sxp like this:     (xen-api-server ((9367 none)(unix none)))     (xend-tcp-xmlrpc-server yes)     (xen-tcp-xmlrpc-s...
2007 Nov 02
0
libxen domain creation
All, I am making a first pass at using the C bindings of the Xen-API for a test application, and am running into some confusion on the proper use of the API. I am modeling some of my development around the test code in tools/libxen/test/test_bindings.c However, some things are not clear to me, and the API documentation seems to be more of a function reference, than documenting the intended usage of the functions I am interested in. Hopefully, this list can help in this regard. During domain creation, an ultimate goal is to pair a physical d...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in the libxl interface followed by auto-generation of a destructor function for each type. In the future it may be possible to use the related data structures for other purposes, for example auto-generation of the functions to marshal between C and language binding data types. tools/_libxl_types.h should be identical both before