search for: libxl__file_reference

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

Did you mean: libxl_file_reference
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...cdb947baea10 tools/libxl/libxl.c --- a/tools/libxl/libxl.c Thu May 17 16:39:51 2012 +0100 +++ b/tools/libxl/libxl.c Thu May 17 17:51:32 2012 +0100 @@ -3623,12 +3623,6 @@ int libxl_tmem_freeable(libxl_ctx *ctx) return rc; } -void libxl_file_reference_dispose(libxl_file_reference *f) -{ - libxl__file_reference_unmap(f); - free(f->path); -} - int libxl_get_freecpus(libxl_ctx *ctx, libxl_cpumap *cpumap) { int ncpus; diff -r ac45608496cd -r cdb947baea10 tools/libxl/libxl.h --- a/tools/libxl/libxl.h Thu May 17 16:39:51 2012 +0100 +++ b/tools/libxl/libxl.h Thu May 17 17:51:32 2012 +0100 @@ -288,1...
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh Rathor at Oracle. The entirety of the design and development was done by him; I have only reworked, reorganized, and simplified things in a way that I think makes more sense. The vast majority of the credit for this effort therefore goes to him. This version is labelled v13 because it is based on his most recent series, v11.