]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: change the binary name from kvm to lkvm for commands' usage
authorWanlong Gao <wanlong.gao@gmail.com>
Sat, 17 Dec 2011 14:43:07 +0000 (22:43 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 19 Dec 2011 17:49:31 +0000 (19:49 +0200)
Commands' usage : Change the binary name from *kvm* to *lkvm*,
since commit ad3efb18 has done it.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/builtin-balloon.c
tools/kvm/builtin-debug.c
tools/kvm/builtin-help.c
tools/kvm/builtin-list.c
tools/kvm/builtin-pause.c
tools/kvm/builtin-resume.c
tools/kvm/builtin-run.c
tools/kvm/builtin-setup.c
tools/kvm/builtin-stat.c
tools/kvm/builtin-stop.c

index 4a42ee8e5492552704f2b1943cb2de2617fb8a11..5f1259e3c1e2cfe1952a72d9f5045dc0c4cbc631 100644 (file)
@@ -21,7 +21,7 @@ struct balloon_cmd {
 };
 
 static const char * const balloon_usage[] = {
-       "kvm balloon [-n name] [-p pid] [-i amount] [-d amount]",
+       "lkvm balloon [-n name] [-p pid] [-i amount] [-d amount]",
        NULL
 };
 
index 292172a4c6e9c6bb5279aeeb27a324f80e8dd589..7c51ea3984bb3321b877a1877805b6554d034535 100644 (file)
@@ -19,7 +19,7 @@ static bool dump;
 static const char *instance_name;
 
 static const char * const debug_usage[] = {
-       "kvm debug [--all] [-n name] [-d] [-m vcpu]",
+       "lkvm debug [--all] [-n name] [-d] [-m vcpu]",
        NULL
 };
 
index fddbed1172ece76560c12f2d2b4443c78f7182fc..d02e8394fdaf49474799c63ffb1983d61f6b48a4 100644 (file)
 
 
 const char kvm_usage_string[] =
-       "kvm COMMAND [ARGS]";
+       "lkvm COMMAND [ARGS]";
 
 const char kvm_more_info_string[] =
-       "See 'kvm help COMMAND' for more information on a specific command.";
+       "See 'lkvm help COMMAND' for more information on a specific command.";
 
 
 static void list_common_cmds_help(void)
index 61bba86fbc2db9a313fdbb73e43b17759b6c46b2..ec1c067af19d21e0f943dc0ec8b91a9b40dee230 100644 (file)
@@ -20,7 +20,7 @@ static bool run;
 static bool rootfs;
 
 static const char * const list_usage[] = {
-       "kvm list",
+       "lkvm list",
        NULL
 };
 
index d16da28ec0bfb36a71ffdd6fdbfac993d2f3376a..107641ccd494821000a1d0b577afdecbbafe9254 100644 (file)
@@ -19,7 +19,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const pause_usage[] = {
-       "kvm pause [--all] [-n name]",
+       "lkvm pause [--all] [-n name]",
        NULL
 };
 
index 1e76c479e4669c8a13e2ef1dbc9d72105c088709..7b87f595ef97c972d5e1a4cf3976ef68f16bec57 100644 (file)
@@ -19,7 +19,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const resume_usage[] = {
-       "kvm resume [--all] [-n name]",
+       "lkvm resume [--all] [-n name]",
        NULL
 };
 
index 524ca160ce14133f57b9088e3ed6178c0f13f0e0..3881a7da2dd36d498b58be461a518d0cc5d98356 100644 (file)
@@ -109,7 +109,7 @@ static int nrcpus;
 static int vidmode = -1;
 
 static const char * const run_usage[] = {
-       "kvm run [<options>] [<kernel image>]",
+       "lkvm run [<options>] [<kernel image>]",
        NULL
 };
 
index 1bdb8bab166e3cf0c70a2efcb83e4289fd3d3e68..f90a4d58f0f9e630d192c5737a78931ea0529a20 100644 (file)
@@ -22,7 +22,7 @@
 static const char *instance_name;
 
 static const char * const setup_usage[] = {
-       "kvm setup [name]",
+       "lkvm setup [name]",
        NULL
 };
 
index 489b85c10254af5edf2d1cc38951bfda6a720e8d..1f9ead43796b0377078b70e846b1dd6100ba1790 100644 (file)
@@ -23,7 +23,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const stat_usage[] = {
-       "kvm stat [command] [--all] [-n name]",
+       "lkvm stat [command] [--all] [-n name]",
        NULL
 };
 
index 26a9214edbd878b30e5575ac8edafe58a82da479..52325e572535d1af77fc376c658bc4eac9e041c8 100644 (file)
@@ -19,7 +19,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const stop_usage[] = {
-       "kvm stop [--all] [-n name]",
+       "lkvm stop [--all] [-n name]",
        NULL
 };