提交 c20499d9 编写于 作者: Q Qiao Nuohan 提交者: Luiz Capitulino

HMP: fix doc of dump-guest-memory

Signed-off-by: NQiao Nuohan <qiaonuohan@cn.fujitsu.com>
Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
上级 c3481247
...@@ -1001,25 +1001,26 @@ ETEXI ...@@ -1001,25 +1001,26 @@ ETEXI
{ {
.name = "dump-guest-memory", .name = "dump-guest-memory",
.args_type = "paging:-p,filename:F,begin:i?,length:i?", .args_type = "paging:-p,filename:F,begin:i?,length:i?",
.params = "[-p] filename [begin] [length]", .params = "[-p] filename [begin length]",
.help = "dump guest memory to file" .help = "dump guest memory into file 'filename'.\n\t\t\t"
"\n\t\t\t begin(optional): the starting physical address" "-p: do paging to get guest's memory mapping.\n\t\t\t"
"\n\t\t\t length(optional): the memory size, in bytes", "begin: the starting physical address.\n\t\t\t"
"length: the memory size, in bytes.",
.mhandler.cmd = hmp_dump_guest_memory, .mhandler.cmd = hmp_dump_guest_memory,
}, },
STEXI STEXI
@item dump-guest-memory [-p] @var{protocol} @var{begin} @var{length} @item dump-guest-memory [-p] @var{filename} @var{begin} @var{length}
@findex dump-guest-memory @findex dump-guest-memory
Dump guest memory to @var{protocol}. The file can be processed with crash or Dump guest memory to @var{protocol}. The file can be processed with crash or
gdb. gdb.
filename: dump file name -p: do paging to get guest's memory mapping.
paging: do paging to get guest's memory mapping filename: dump file name.
begin: the starting physical address. It's optional, and should be begin: the starting physical address. It's optional, and should be
specified with length together. specified together with length.
length: the memory size, in bytes. It's optional, and should be specified length: the memory size, in bytes. It's optional, and should be specified
with begin together. together with begin.
ETEXI ETEXI
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册