On Tue, 9 Aug 2011, Liming Wang wrote:

From: walimis <[email protected]>

replace debug with pause for kvm pause.

Signed-off-by: walimis <[email protected]>
---
tools/kvm/builtin-pause.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/kvm/builtin-pause.c b/tools/kvm/builtin-pause.c
index 0c0010d..827b3b4 100644
--- a/tools/kvm/builtin-pause.c
+++ b/tools/kvm/builtin-pause.c
@@ -17,7 +17,7 @@ int kvm_cmd_pause(int argc, const char **argv, const char 
*prefix)
        int pid;

        if (argc != 1)
-               die("Usage: kvm debug [instance name]\n");
+               die("Usage: kvm pause [instance name]\n");

        if (strcmp(argv[0], "all") == 0) {
                kvm__enumerate_instances(do_pause);

This was already fixed by an earlier patch from Sasha that I just merged to master. Thanks for the patch though!
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to