search for: libxl_domain_

Displaying 1 result from an estimated 1 matches for "libxl_domain_".

Did you mean: libxl_domain
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...size_t size; -} libxl_file_reference; -void libxl_file_reference_dispose(libxl_file_reference *p); - /* libxl_cpuid_policy_list is a dynamic array storing CPUID policies * for multiple leafs. It is terminated with an entry holding * XEN_CPUID_INPUT_UNUSED in input[0] @@ -536,27 +524,6 @@ int libxl_domain_preserve(libxl_ctx *ctx /* get max. number of cpus supported by hypervisor */ int libxl_get_max_cpus(libxl_ctx *ctx); -/* - * Run the configured bootloader for a PV domain and update - * info->kernel, info->u.pv.ramdisk and info->u.pv.cmdline as - * appropriate (any initial values prese...