search for: libxl_tmem_list

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

2010 May 19
6
[PATCH 0/6]xl: Add ''xl tmem-*'' commands
Add tmem-* commands, did some simple tests. [PATCH 1/6]xl: Add ''xl tmem-list'' command [PATCH 2/6]xl: Add ''xl tmem-freeze'' command [PATCH 3/6]xl: Add ''xl tmem-destroy'' command [PATCH 4/6]xl: Add ''xl tmem-thaw'' command [PATCH 5/6]xl: Add ''xl tmem-set'' command [PATCH 6/6]xl: Add ''xl
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
..."Can''t get start time of domain ''%d''", domid); - return -1; + ret = -1; + }else{ + ret = strtoul(start_time, NULL, 10); } - - return strtoul(start_time, NULL, 10); + libxl_free_all(&gc); + return ret; } char *libxl_tmem_list(libxl_ctx *ctx, uint32_t domid, int use_long) diff -r 7b144fe8c528 tools/libxl/libxl.h --- a/tools/libxl/libxl.h Wed Aug 11 14:39:44 2010 +0100 +++ b/tools/libxl/libxl.h Thu Aug 12 15:22:56 2010 +0100 @@ -78,10 +78,6 @@ typedef struct { xc_interface *xch; struct xs_handle *xsh; - /*...