# HG changeset patch # User kasai.takanori@jp.fujitsu.com # Date 1169002068 -32400 # Node ID fa6a0785562dc576933f82aceab43628a877dbc0 # Parent 895d873a00b47cb7b0edf3d0b6a42f47a3f4854c quit or q command is changed to the quitdomain on qemu-dm monitor Signed-off-by: Takanori Kasai diff -r 895d873a00b4 -r fa6a0785562d tools/ioemu/monitor.c --- a/tools/ioemu/monitor.c Tue Jan 16 10:02:50 2007 +0000 +++ b/tools/ioemu/monitor.c Wed Jan 17 11:47:48 2007 +0900 @@ -1158,7 +1158,7 @@ static term_cmd_t term_cmds[] = { "", "commit changes to the disk images (if -snapshot is used)" }, { "info", "s?", do_info, "subcommand", "show various information about the system state" }, - { "q|quit", "", do_quit, + { "quitdomain", "", do_quit, "", "quit the emulator" }, { "eject", "-fB", do_eject, "[-f] device", "eject a removable media (use -f to force it)" },