xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] man/xl.cfg: mention not yet documented options
@ 2012-02-15 10:01 Olaf Hering
  2012-02-20 18:10 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2012-02-15 10:01 UTC (permalink / raw)
  To: xen-devel

# 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] man/xl.cfg: mention not yet documented options
  2012-02-15 10:01 [PATCH] man/xl.cfg: mention not yet documented options Olaf Hering
@ 2012-02-20 18:10 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2012-02-20 18:10 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

Olaf Hering writes ("[Xen-devel] [PATCH] man/xl.cfg: mention not yet documented options"):
> man/xl.cfg: mention not yet documented options

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-20 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 10:01 [PATCH] man/xl.cfg: mention not yet documented options Olaf Hering
2012-02-20 18:10 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).