Revision 4a7e1190 qemu-monitor.hx
b/qemu-monitor.hx | ||
---|---|---|
1126 | 1126 |
Set the encrypted device @var{device} password to @var{password} |
1127 | 1127 |
ETEXI |
1128 | 1128 |
|
1129 |
{ |
|
1130 |
.name = "qmp_capabilities", |
|
1131 |
.args_type = "", |
|
1132 |
.params = "", |
|
1133 |
.help = "enable QMP capabilities", |
|
1134 |
.user_print = monitor_user_noop, |
|
1135 |
.mhandler.cmd_new = do_qmp_capabilities, |
|
1136 |
}, |
|
1137 |
|
|
1138 |
STEXI |
|
1139 |
@item qmp_capabilities |
|
1140 |
Enable the specified QMP capabilities |
|
1141 |
ETEXI |
|
1142 |
|
|
1129 | 1143 |
STEXI |
1130 | 1144 |
@end table |
1131 | 1145 |
ETEXI |
Also available in: Unified diff