mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-28 09:55:57 +00:00
kvm tools: Rename debug options under 'kvm run'
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>
This commit is contained in:
+2
-2
@@ -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()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user