@@ -37,7 +37,7 @@
#include <kvm/framebuffer.h>
/* header files for gitish interface */
-#include <kvm/kvm-run.h>
+#include <kvm/builtin-run.h>
#include <kvm/parse-options.h>
#include <kvm/mutex.h>
@@ -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()
};
Rename debug options to make them consistent with eachother. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> --- tools/kvm/builtin-run.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)