]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Rename debug options under 'kvm run'
authorSasha Levin <levinsasha928@gmail.com>
Sat, 9 Jul 2011 06:57:30 +0000 (09:57 +0300)
committerPekka Enberg <penberg@kernel.org>
Sat, 9 Jul 2011 07:12:09 +0000 (10:12 +0300)
Rename debug options to make them consistent with each other.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/builtin-run.c

index 09bd1da9d6ea1611216a04adcfa17c5ed828d287..8b7d08b0105c8d235e023b4e388c9269501b9f24 100644 (file)
@@ -178,9 +178,9 @@ static const struct option options[] = {
                        "Enable debug messages"),
        OPT_BOOLEAN('\0', "debug-single-step", &single_step,
                        "Enable single stepping"),
-       OPT_BOOLEAN('\0', "debug-ioport-debug", &ioport_debug,
+       OPT_BOOLEAN('\0', "debug-ioport", &ioport_debug,
                        "Enable ioport debugging"),
-       OPT_INTEGER('\0', "debug_iodelay", &debug_iodelay,
+       OPT_INTEGER('\0', "debug-iodelay", &debug_iodelay,
                        "Delay IO by millisecond"),
        OPT_END()
 };