/[qemu]/qemu/monitor.c
ViewVC logotype

Diff of /qemu/monitor.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by bellard, Sun Oct 30 17:05:13 2005 UTC revision 1.39 by bellard, Sun Nov 6 16:13:28 2005 UTC
# Line 901  static void do_info_kqemu(void) Line 901  static void do_info_kqemu(void)
901  #endif  #endif
902  }  }
903    
   
904  static term_cmd_t term_cmds[] = {  static term_cmd_t term_cmds[] = {
905      { "help|?", "s?", do_help,      { "help|?", "s?", do_help,
906        "[cmd]", "show the help" },        "[cmd]", "show the help" },
# Line 948  static term_cmd_t term_cmds[] = { Line 947  static term_cmd_t term_cmds[] = {
947        "", "send system power down event" },        "", "send system power down event" },
948      { "sum", "ii", do_sum,      { "sum", "ii", do_sum,
949        "addr size", "compute the checksum of a memory region" },        "addr size", "compute the checksum of a memory region" },
950        { "usb_add", "s", do_usb_add,
951          "device", "add USB device (e.g. 'host:bus.addr' or 'host:vendor_id:product_id')" },
952        { "usb_del", "s", do_usb_del,
953          "device", "remove USB device 'bus.addr'" },
954      { NULL, NULL, },      { NULL, NULL, },
955  };  };
956    
# Line 978  static term_cmd_t info_cmds[] = { Line 981  static term_cmd_t info_cmds[] = {
981        "", "show dynamic compiler info", },        "", "show dynamic compiler info", },
982      { "kqemu", "", do_info_kqemu,      { "kqemu", "", do_info_kqemu,
983        "", "show kqemu information", },        "", "show kqemu information", },
984        { "usb", "", usb_info,
985          "", "show guest USB devices", },
986        { "usbhost", "", usb_host_info,
987          "", "show host USB devices", },
988      { NULL, NULL, },      { NULL, NULL, },
989  };  };
990    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26