]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: change the binary name kvm to lkvm in Documentation
authorWanlong Gao <wanlong.gao@gmail.com>
Sat, 17 Dec 2011 14:43:05 +0000 (22:43 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 19 Dec 2011 17:49:30 +0000 (19:49 +0200)
Documentation: Change the binary name from *kvm* to *lkvm*,
since commit ad3efb18 already called the binary *lkvm* and
with a alias name *vm*.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
14 files changed:
tools/kvm/Documentation/kernel-debugging.txt
tools/kvm/Documentation/kvm-balloon.txt
tools/kvm/Documentation/kvm-debug.txt
tools/kvm/Documentation/kvm-list.txt
tools/kvm/Documentation/kvm-pause.txt
tools/kvm/Documentation/kvm-resume.txt
tools/kvm/Documentation/kvm-run.txt
tools/kvm/Documentation/kvm-sandbox.txt
tools/kvm/Documentation/kvm-setup.txt
tools/kvm/Documentation/kvm-stat.txt
tools/kvm/Documentation/kvm-stop.txt
tools/kvm/Documentation/kvm-version.txt
tools/kvm/command-list.txt
tools/kvm/util/generate-cmdlist.sh

index 7feeb3065da0f353cfd73671991665fecb3bfbef..98b943829cbbd96803e1b259df522ed059173d13 100644 (file)
@@ -1,7 +1,7 @@
 This document explains how to debug a guests' kernel using KGDB.
 
 1. Run the guest:
-        'kvm run -k [vmlinuz] -p "kgdboc=ttyS1 kgdbwait" --tty 1'
+        'lkvm run -k [vmlinuz] -p "kgdboc=ttyS1 kgdbwait" --tty 1'
 
 And see which PTY got assigned to ttyS1 (you'll see:
 '  Info: Assigned terminal 1 to pty /dev/pts/X').
index a29a2011052605cb382be2d627cb621a24531dde..efc0a87e68c73504f078387ace7c238850ad34ac 100644 (file)
@@ -1,20 +1,20 @@
-kvm-balloon(1)
+lkvm-balloon(1)
 ================
 
 NAME
 ----
-kvm-balloon - Inflate or deflate the virtio balloon
+lkvm-balloon - Inflate or deflate the virtio balloon
 
 SYNOPSIS
 --------
 [verse]
-'kvm balloon [command] [size] [instance]'
+'lkvm balloon [command] [size] [instance]'
 
 DESCRIPTION
 -----------
 The command inflates or deflates the virtio balloon located in the
 specified instance.
-For a list of running instances see 'kvm list'.
+For a list of running instances see 'lkvm list'.
 
 Command can be either 'inflate' or 'deflate'. Inflate increases the
 size of the balloon, thus decreasing the amount of virtual RAM available
index 273af150d868ef20b488e1c6c493a05198ae6b69..a8eb2c0196f75ac0d22eb811bb53e9a2e06b6ebf 100644 (file)
@@ -1,16 +1,16 @@
-kvm-debug(1)
+lkvm-debug(1)
 ================
 
 NAME
 ----
-kvm-debug - Print debug information from a running instance
+lkvm-debug - Print debug information from a running instance
 
 SYNOPSIS
 --------
 [verse]
-'kvm debug [instance]'
+'lkvm debug [instance]'
 
 DESCRIPTION
 -----------
 The command prints debug information from a running instance.
-For a list of running instances see 'kvm list'.
+For a list of running instances see 'lkvm list'.
index 121e45c7d84ea60e52697d001748d4710a1de807..a245607d4d97981af1f305b466a6a4caa0f79072 100644 (file)
@@ -1,16 +1,16 @@
-kvm-list(1)
+lkvm-list(1)
 ================
 
 NAME
 ----
-kvm-list - Print a list of running instances on the host.
+lkvm-list - Print a list of running instances on the host.
 
 SYNOPSIS
 --------
 [verse]
-'kvm list'
+'lkvm list'
 
 DESCRIPTION
 -----------
 This command prints a list of running instances on the host which
-belong to the user who currently ran 'kvm list'.
+belong to the user who currently ran 'lkvm list'.
index 770bcfe50549f8360a8495e23a84614e0d68a78c..1ea2a239cc75b480abe717480995a0b9cf621f8e 100644 (file)
@@ -1,16 +1,16 @@
-kvm-pause(1)
+lkvm-pause(1)
 ================
 
 NAME
 ----
-kvm-pause - Pause the virtual machine
+lkvm-pause - Pause the virtual machine
 
 SYNOPSIS
 --------
 [verse]
-'kvm pause [instance]'
+'lkvm pause [instance]'
 
 DESCRIPTION
 -----------
 The command pauses a virtual machine.
-For a list of running instances see 'kvm list'.
+For a list of running instances see 'lkvm list'.
index 918648e32da2b59754c4d021a5e1d11c974dd0a6..a36c4df40d7617159415dfa3efb5eafd5f7549a6 100644 (file)
@@ -1,16 +1,16 @@
-kvm-resume(1)
+lkvm-resume(1)
 ================
 
 NAME
 ----
-kvm-resume - Resume the virtual machine
+lkvm-resume - Resume the virtual machine
 
 SYNOPSIS
 --------
 [verse]
-'kvm resume [instance]'
+'lkvm resume [instance]'
 
 DESCRIPTION
 -----------
 The command resumes a virtual machine.
-For a list of running instances see 'kvm list'.
+For a list of running instances see 'lkvm list'.
index 65134278703c1a8281d3526ea3908aab426bcb39..8ddf470145d1d91fdc5fd6daf8f88e23b5f944d9 100644 (file)
@@ -1,14 +1,14 @@
-kvm-run(1)
+lkvm-run(1)
 ================
 
 NAME
 ----
-kvm-run - Start the virtual machine
+lkvm-run - Start the virtual machine
 
 SYNOPSIS
 --------
 [verse]
-'kvm run' [-k <kernel image> | --kernel <kernel image>]
+'lkvm run' [-k <kernel image> | --kernel <kernel image>]
 
 DESCRIPTION
 -----------
index 8f24fc7db73eb80aa83a1cffdca003e399416542..2d7f558e5d5236a41605f0993607006abe60934a 100644 (file)
@@ -1,14 +1,14 @@
-kvm-sandbox(1)
+lkvm-sandbox(1)
 ================
 
 NAME
 ----
-kvm-sandbox - Run a command in a sandboxed guest
+lkvm-sandbox - Run a command in a sandboxed guest
 
 SYNOPSIS
 --------
 [verse]
-'kvm sandbox ['kvm run' arguments] -- [sandboxed command]'
+'lkvm sandbox ['lkvm run' arguments] -- [sandboxed command]'
 
 DESCRIPTION
 -----------
index c845d17163649acafd951fd335dd71c494ce083b..4b6e3318b0a75dffa8da4771bd30126089510744 100644 (file)
@@ -1,14 +1,14 @@
-kvm-setup(1)
+lkvm-setup(1)
 ================
 
 NAME
 ----
-kvm-setup - Setup a new virtual machine
+lkvm-setup - Setup a new virtual machine
 
 SYNOPSIS
 --------
 [verse]
-'kvm setup <name>'
+'lkvm setup <name>'
 
 DESCRIPTION
 -----------
index ce5ab5473597fc7377a90960bb30bb2c095ac92d..101ce7ac12a7e08297c6d30b42332c66934a4ffe 100644 (file)
@@ -1,19 +1,19 @@
-kvm-stat(1)
+lkvm-stat(1)
 ================
 
 NAME
 ----
-kvm-stat - Print statistics about a running instance
+lkvm-stat - Print statistics about a running instance
 
 SYNOPSIS
 --------
 [verse]
-'kvm [command] [-n instance] [-p instance pid] [--all]'
+'lkvm [command] [-n instance] [-p instance pid] [--all]'
 
 DESCRIPTION
 -----------
 The command prints statistics about a running instance.
-For a list of running instances see 'kvm list'.
+For a list of running instances see 'lkvm list'.
 
 Commands:
  --memory, -m  Display memory statistics
index 5267081914394a193989dae3eaa0214d109da422..6e4bc831e2af1d68eef5dff15faa7c9275bd20ce 100644 (file)
@@ -1,16 +1,16 @@
-kvm-stop(1)
+lkvm-stop(1)
 ================
 
 NAME
 ----
-kvm-stop - Stop a running instance
+lkvm-stop - Stop a running instance
 
 SYNOPSIS
 --------
 [verse]
-'kvm stop [instance]'
+'lkvm stop [instance]'
 
 DESCRIPTION
 -----------
 The command stops a running instance.
-For a list of running instances see 'kvm list'.
+For a list of running instances see 'lkvm list'.
index bf51540702cbd511afa25bebf6e6c8f769db6e6f..41003d2b99bb42032547b2b8a230ba1f22bc75fd 100644 (file)
@@ -1,15 +1,15 @@
-kvm-version(1)
+lkvm-version(1)
 ================
 
 NAME
 ----
-kvm-version - Print the version of the kernel tree kvm tools
+lkvm-version - Print the version of the kernel tree kvm tools
 was built on.
 
 SYNOPSIS
 --------
 [verse]
-'kvm version'
+'lkvm version'
 
 DESCRIPTION
 -----------
index 53469abe89df911123f60395783dde093591006d..d93597dc551d4663ce218a7a3cd9ba8a39a38925 100644 (file)
@@ -2,14 +2,14 @@
 # List of known perf commands.
 # command name                 category [deprecated] [common]
 #
-kvm-run                                mainporcelain common
-kvm-setup                      mainporcelain common
-kvm-pause                      common
-kvm-resume                     common
-kvm-version                    common
-kvm-list                       common
-kvm-debug                      common
-kvm-balloon                    common
-kvm-stop                       common
-kvm-stat                       common
-kvm-sandbox                    common
+lkvm-run                       mainporcelain common
+lkvm-setup                     mainporcelain common
+lkvm-pause                     common
+lkvm-resume                    common
+lkvm-version                   common
+lkvm-list                      common
+lkvm-debug                     common
+lkvm-balloon                   common
+lkvm-stop                      common
+lkvm-stat                      common
+lkvm-sandbox                   common
index fe0178e2507ffcfe48a2a0da0b0939bec1e1f23c..c8be0bd07b4ab026dd2b224ea91efb0afba90fd8 100755 (executable)
@@ -9,11 +9,11 @@ struct cmdname_help
 
 static struct cmdname_help common_cmds[] = {"
 
-sed -n 's/^kvm-\([^ \t]*\).*common/\1/p' command-list.txt |
+sed -n 's/^lkvm-\([^ \t]*\).*common/\1/p' command-list.txt |
 while read cmd
 do
         # TODO following sed command should be fixed
-     sed -n '/^NAME/,/^kvm-'"$cmd"'/ {
+     sed -n '/^NAME/,/^lkvm-'"$cmd"'/ {
                 /NAME/d
                 /--/d
                 s/.*kvm-'"$cmd"' - \(.*\)/  {"'"$cmd"'", "\1"},/