Displaying 2 results from an estimated 2 matches for "libxl_build_device_model_args_old".
2012 Sep 10
1
[Problem with xen-4.1.2] Creating device model failed when disable `-vnc` related option in qemu-dm
Hi all,
In xen-4.1.2 src/tools/libxl/libxl_dm.c, there is a function called
`libxl_build_device_model_args_old`, the func will build qemu-dm cmdline
args according to
the xl-formated configuration file specified by xl create
domid: 2
-videoram option does not work with cirrus vga device model. Videoram set
to 4M.
Strip off blktap sub-type prefix to /home/malei/c2.delta.img (drv ''qcow2...
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...t);
if ( vnc_pass ) {
char tmpname[] = "/tmp/vncautopass.XXXXXX";
@@ -962,11 +1031,12 @@ int libxl_vncviewer_exec(libxl_ctx *ctx,
}
skip_autopass:
+ libxl_free_all(&gc);
libxl_exec(autopass_fd, -1, -1, args[0], args);
return 0;
}
-static char ** libxl_build_device_model_args_old(libxl_ctx *ctx,
+static char ** libxl_build_device_model_args_old(libxl_gc *gc,
libxl_device_model_info *info,
libxl_device_nic *vifs,
int num_vifs)
@@ -974,13 +...