Revision a3a55a2e qemu-monitor.hx

b/qemu-monitor.hx
1047 1047
used by another monitor command.
1048 1048
ETEXI
1049 1049

  
1050
    {
1051
        .name       = "block_passwd",
1052
        .args_type  = "device:B,password:s",
1053
        .params     = "block_passwd device password",
1054
        .help       = "set the password of encrypted block devices",
1055
        .user_print = monitor_user_noop,
1056
        .mhandler.cmd_new = do_block_set_passwd,
1057
    },
1058

  
1059
STEXI
1060
@item block_passwd @var{device} @var{password}
1061
Set the encrypted device @var{device} password to @var{password}
1062
ETEXI
1063

  
1050 1064
STEXI
1051 1065
@end table
1052 1066
ETEXI

Also available in: Unified diff