# HG changeset patch # User Olaf Hering <olaf@aepfle.de> # Date 1329300057 -3600 # Node ID 5a1cbd1af275e6ed1ef673852f8ac5247c09669c # Parent 5fb2aa61197db9676c11fbcf3ed24f30ac8fab9f man/xl.cfg: mention not yet documented options Add dummy entries for parsed but undocumented cfg file options to xl.cfg: for i in ` grep -Ew ''xlu_cfg_get_(long|string|list|list_as_string_list)'' tools/libxl/xl_cmdimpl.c | cut -f 2 -d ''"'' | sort -u ` do grep -wq $i docs/man/xl.cfg.pod.5 || echo $i done current output: acpi_s3 acpi_s4 cpus device_model gfx_passthru maxmem nodes sched vif2 Signed-off-by: Olaf Hering <olaf@aepfle.de> diff -r 5fb2aa61197d -r 5a1cbd1af275 docs/man/xl.cfg.pod.5 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -842,6 +842,38 @@ XXX XXX +=item B<acpi_s3=BOOLEAN> + +XXX + +=item B<acpi_s3=BOOLEAN> + +XXX + +=item B<cpus=XXX> + +XXX + +=item B<maxmem=NUMBER> + +XXX + +=item B<nodes=XXX> + +XXX + +=item B<sched=XXX> + +XXX + +=item B<device_model=XXX> + +XXX deprecated + +=item B<vif2=XXX> + +XXX deprecated + =back =head2 Keymaps
Ian Jackson
2012-Feb-20 18:10 UTC
Re: [PATCH] man/xl.cfg: mention not yet documented options
Olaf Hering writes ("[Xen-devel] [PATCH] man/xl.cfg: mention not yet documented options"):> man/xl.cfg: mention not yet documented optionsAcked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Maybe Matching Threads
- [PATCH 0 of 2] Add configuration options to selectively disable S3 and S4 (V3)
- Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success!
- Problems with HVM S3
- Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success
- [PATCH] xl.cfg: document the cpuid= option