* [PATCH] Let usage info of xenstored reflect parameter definitions
@ 2011-03-30 13:17 Juergen Gross
2011-03-30 13:23 ` Juergen Gross
0 siblings, 1 reply; 4+ messages in thread
From: Juergen Gross @ 2011-03-30 13:17 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
The usage printed for xenstored was not in sync with the parameters defined
in the code.
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 1 insertion(+), 1 deletion(-)
tools/xenstore/xenstored_core.c | 2 +-
[-- Attachment #2: xen-work.patch --]
[-- Type: text/x-patch, Size: 1197 bytes --]
# HG changeset patch
# User Juergen Gross <juergen.gross@ts.fujitsu.com>
# Date 1301491037 -7200
# Node ID 9110c3f33bd0aaceaf0714d44acb02edd76d943b
# Parent 1edabba1a196417f706845232f6e4020cac995f9
Let usage info of xenstored reflect parameter definitions
The usage printed for xenstored was not in sync with the parameters defined
in the code.
Signed-off-by: juergen.gross@ts.fujitsu.com
diff -r 1edabba1a196 -r 9110c3f33bd0 tools/xenstore/xenstored_core.c
--- a/tools/xenstore/xenstored_core.c Wed Mar 30 15:16:45 2011 +0200
+++ b/tools/xenstore/xenstored_core.c Wed Mar 30 15:17:17 2011 +0200
@@ -1719,7 +1719,7 @@ static void usage(void)
" --trace-file <file> giving the file for logging, and\n"
" --entry-nb <nb> limit the number of entries per domain,\n"
" --entry-size <size> limit the size of entry per domain, and\n"
-" --watch-nb <nb> limit the number of watches per domain,\n"
+" --entry-watch <nb> limit the number of watches per domain,\n"
" --transaction <nb> limit the number of transaction allowed per domain,\n"
" --no-recovery to request that no recovery should be attempted when\n"
" the store is corrupted (debug only),\n"
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Let usage info of xenstored reflect parameter definitions
@ 2011-03-30 13:21 Juergen Gross
2011-03-31 18:27 ` Ian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Juergen Gross @ 2011-03-30 13:21 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
The usage printed for xenstored was not in sync with the parameters defined
in the code.
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 1 insertion(+), 1 deletion(-)
tools/xenstore/xenstored_core.c | 2 +-
[-- Attachment #2: xen-work.patch --]
[-- Type: text/x-patch, Size: 1197 bytes --]
# HG changeset patch
# User Juergen Gross <juergen.gross@ts.fujitsu.com>
# Date 1301491298 -7200
# Node ID 28cb7c59be51b202213b4855a8acddd2377547c4
# Parent 45eeeb6d0481efaab2a59941e1b8e061aead37d4
Let usage info of xenstored reflect parameter definitions
The usage printed for xenstored was not in sync with the parameters defined
in the code.
Signed-off-by: juergen.gross@ts.fujitsu.com
diff -r 45eeeb6d0481 -r 28cb7c59be51 tools/xenstore/xenstored_core.c
--- a/tools/xenstore/xenstored_core.c Tue Mar 29 16:34:01 2011 +0100
+++ b/tools/xenstore/xenstored_core.c Wed Mar 30 15:21:38 2011 +0200
@@ -1719,7 +1719,7 @@ static void usage(void)
" --trace-file <file> giving the file for logging, and\n"
" --entry-nb <nb> limit the number of entries per domain,\n"
" --entry-size <size> limit the size of entry per domain, and\n"
-" --entry-watch <nb> limit the number of watches per domain,\n"
+" --watch-nb <nb> limit the number of watches per domain,\n"
" --transaction <nb> limit the number of transaction allowed per domain,\n"
" --no-recovery to request that no recovery should be attempted when\n"
" the store is corrupted (debug only),\n"
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Let usage info of xenstored reflect parameter definitions
2011-03-30 13:17 [PATCH] Let usage info of xenstored reflect parameter definitions Juergen Gross
@ 2011-03-30 13:23 ` Juergen Gross
0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2011-03-30 13:23 UTC (permalink / raw)
To: xen-devel
On 03/30/11 15:17, Juergen Gross wrote:
> The usage printed for xenstored was not in sync with the parameters defined
> in the code.
>
> Signed-off-by: juergen.gross@ts.fujitsu.com
>
>
> 1 file changed, 1 insertion(+), 1 deletion(-)
> tools/xenstore/xenstored_core.c | 2 +-
Forget this one, hg problems!
Juergen
--
Juergen Gross Principal Developer Operating Systems
TSP ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions e-mail: juergen.gross@ts.fujitsu.com
Domagkstr. 28 Internet: ts.fujitsu.com
D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Let usage info of xenstored reflect parameter definitions
2011-03-30 13:21 Juergen Gross
@ 2011-03-31 18:27 ` Ian Jackson
0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2011-03-31 18:27 UTC (permalink / raw)
To: Juergen Gross; +Cc: xen-devel
Juergen Gross writes ("[Xen-devel] [PATCH] Let usage info of xenstored reflect parameter definitions"):
> The usage printed for xenstored was not in sync with the parameters defined
> in the code.
Applied, thanks.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-31 18:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 13:17 [PATCH] Let usage info of xenstored reflect parameter definitions Juergen Gross
2011-03-30 13:23 ` Juergen Gross
-- strict thread matches above, loose matches on Subject: below --
2011-03-30 13:21 Juergen Gross
2011-03-31 18:27 ` Ian Jackson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.