search for: run_hotplug_script

Displaying 7 results from an estimated 7 matches for "run_hotplug_script".

Did you mean: run_hotplug_scripts
2012 Aug 14
4
[PATCH] libxl: fix usage of backend parameter and run_hotplug_scripts
vif interfaces allows the user to specify the domain that should run the backend (also known as driver domain) using the ''backend'' parameter. This is not compatible with run_hotplug_scripts=1, since libxl can only run the hotplug scripts from the Domain 0. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> --- docs/misc/xl-network-configuration.markdown | 6 ++++-- tools/libxl/libxl.c | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 2 de...
2013 Apr 04
3
[PATCH] xl: extend autoballoon xl.conf option with an "auto" option
...d on the Xen command line. + +You are strongly recommended to set this to C<"off"> (or C<"auto">) if +you use the C<dom0_mem> hypervisor command line to reduce the amount +of memory given to domain 0 by default. + +Default: C<"on"> =item B<run_hotplug_scripts=BOOLEAN> diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf index 28ab796..b3db5db 100644 --- a/tools/examples/xl.conf +++ b/tools/examples/xl.conf @@ -2,7 +2,7 @@ # automatically balloon down dom0 when xen doesn''t have enough free # memory to create a domain -#autoball...
2013 Apr 12
11
[PATCH v4 1/2] libxl: postpone backend name resolution
..., (p2 + 1), &(nic->backend_domid))) { - fprintf(stderr, "Specified backend domain does not exist, defaulting to Dom0\n"); - nic->backend_domid = 0; - } - if (nic->backend_domid != 0 && run_hotplug_scripts) { + nic->backend_domname = strdup(p2 + 1); + if (run_hotplug_scripts) { fprintf(stderr, "ERROR: the vif ''backend='' option " "cannot be used in conjunction with &quot...
2012 Aug 24
4
Network with xen 4.2
...used by "xl list -l" #output_format="json" # first block device to be used for temporary VM disk mounts #blkdev_start="xvda" # default option to run hotplug scripts from xl # if disabled the old behaviour will be used, and hotplug scripts will be # launched by udev. #run_hotplug_scripts=1 Thank you very much:). _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2018 Sep 14
0
virsh doesn't support vtpm using XEN?
...quot;domid": 31, "config": { "c_info": { "type": "hvm", "name": "centos7.0", "uuid": "feef6cac-8148-4040-a7cb-ad1f82d8d68a", "run_hotplug_scripts": "True" }, "b_info": { "max_vcpus": 4, "avail_vcpus": [ 0, 1, 2, 3 ], "max_memk...
2013 Apr 04
28
[PATCH v3 0/3] libxl: memory management patches
Hi, Here are three small but important libxl/xl memory management patches: - libxl: xl mem-max et consortes must update static-max in xenstore too, - xl: Allow user to configure xl mem-set behavior, - xl: Improve xl documentation in regards to guest memory management. Daniel
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.