search for: 8ea3478

Displaying 1 result from an estimated 1 matches for "8ea3478".

Did you mean: 83478
2012 Aug 14
4
[PATCH] libxl: fix usage of backend parameter and run_hotplug_scripts
...if `run_hotplug_scripts` +is not disabled in xl.conf (see xl.conf(5) man page for more information +on this option). Specifying another domain requires setting up a driver +domain which is outside the scope of this document. ### rate diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index 8ea3478..6b85cdc 100644 --- a/tools/libxl/libxl.c +++ b/tools/libxl/libxl.c @@ -2474,6 +2474,8 @@ out: int libxl__device_nic_setdefault(libxl__gc *gc, libxl_device_nic *nic, uint32_t domid) { + int run_hotplug_scripts; + if (!nic->mtu) nic->mtu = 1...