This option is already available on the system mode binaries. It would be better if long options were supported (i.e. --help), but this is okay for now.
Signed-off-by: Meador Inge <mead...@codesourcery.com> --- linux-user/main.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/linux-user/main.c b/linux-user/main.c index aabce83..570178a 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -3104,6 +3104,8 @@ struct qemu_argument { }; struct qemu_argument arg_table[] = { + {"help", "", false, handle_arg_help, + "", ""}, {"h", "", false, handle_arg_help, "", "print this help"}, {"g", "QEMU_GDB", true, handle_arg_gdb, -- 1.7.7.6