search for: list_as_string_list

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

2012 Feb 15
1
[PATCH] man/xl.cfg: mention not yet documented options
...29300057 -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 5fb2aa61...