diff options
author | Zhu Guihua <zhugh.fnst@cn.fujitsu.com> | 2014-09-23 13:35:19 +0800 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-09-26 13:37:06 -0400 |
commit | a631892f9d6440812af98588e9635f1a2a7260ff (patch) | |
tree | c90961229694debc06c6f0aa2b2b51cc1bbe507a /hmp-commands.hx | |
parent | 235256a2bdebf7097e524031d74b43bcb4adec30 (diff) |
Add HMP command "info memory-devices"
Provides HMP equivalent of QMP query-memory-devices command.
Signed-off-by: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
Reviewed-By: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index f859f8d29f..0b1a4f778a 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1778,6 +1778,8 @@ show qdev device model list show roms @item info tpm show the TPM device +@item info memory-devices +show the memory devices @end table ETEXI |