[Xen-devel] [PATCH] Document '-F' option of create subcommand.

2015-05-12 Thread Giuseppe Mazzotta
Other options are still missing and not part of this patch. Signed-off-by: Giuseppe Mazzotta --- docs/man/xl.pod.1 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 16783c8..02bf531 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1

Re: [Xen-devel] [PATCH] libxl: document foreground '-F' option of create command

2015-04-22 Thread Giuseppe Mazzotta
On 04/22/2015 04:40 PM, Giuseppe Mazzotta wrote: > On 04/22/2015 04:21 PM, Ian Campbell wrote: >> On Fri, 2015-04-17 at 17:36 +0200, Giuseppe Mazzotta wrote: >> Do you fancy also adding -F to docs/man/xl.pod.1? >> > Yes, I will follow-up in a few hours with another p

[Xen-devel] [PATCH] docs/xl: document -F options of create subcommand

2015-04-22 Thread Giuseppe Mazzotta
From: Giuseppe Document '-F' option. Other options are still missing and not in this patch. Signed-off-by: Giuseppe Mazzotta --- docs/man/xl.pod.1 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 16783c8..02bf531 100644 ---

[Xen-devel] [PATCH 1/2] libxl: reword command-line help text for -e and -F options of create subcommand

2015-04-22 Thread Giuseppe Mazzotta
Use a better wording about what the -e and -F options do; this is evident by looking at main_create(), as the only difference is the setting of 'monitor' variable. The help text for '-e' was possibly a copy-paste artifact. Signed-off-by: Giuseppe Mazzotta --- tools/lib

[Xen-devel] [PATCH 2/2] docs/xl: document -e and -F options of create subcommand

2015-04-22 Thread Giuseppe Mazzotta
From: Giuseppe While documenting '-F' option, I discovered that not only '-e' was missing (and hereby added with this patch) but others too. I will eventually submit other patches for the remaining missing options, as this one focuses only on '-e' and '-F&

Re: [Xen-devel] [PATCH] libxl: document foreground '-F' option of create command

2015-04-22 Thread Giuseppe Mazzotta
On 04/22/2015 04:21 PM, Ian Campbell wrote: > On Fri, 2015-04-17 at 17:36 +0200, Giuseppe Mazzotta wrote: > > Acked + applied. > > For next time please use git send-email or git format-patch so that your > mail can be fed to git am directly, I did it by hand this time. >

[Xen-devel] [PATCH] libxl: document foreground '-F' option of create command

2015-04-17 Thread Giuseppe Mazzotta
commit 482b29753946125bbcf892a5daa57b86620f68b1 Author: Giuseppe Mazzotta Date: Fri Apr 17 17:10:03 2015 +0200 libxl: document foreground '-F' option of create command Signed-off-by: Giuseppe Mazzotta diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtab