summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorZenghui Yu <yuzenghui@huawei.com>2020-12-04 11:09:53 +0800
committerMichael S. Tsirkin <mst@redhat.com>2020-12-09 13:04:17 -0500
commit8ad4e4519c6d0981bd511f7ad9107c16c7a94f5c (patch)
treea247004d8c2cc791904f85813e170d58b28adf82 /hmp-commands.hx
parent7ed3e1ebcbe542c74c32e842689af60d644fcee6 (diff)
downloadfocaccia-qemu-8ad4e4519c6d0981bd511f7ad9107c16c7a94f5c.tar.gz
focaccia-qemu-8ad4e4519c6d0981bd511f7ad9107c16c7a94f5c.zip
pcie_aer: Fix help message of pcie_aer_inject_error command
There is an interesting typo in the help message of pcie_aer_inject_error
command. Use 'tlp' instead of 'tlb' to match the PCIe AER term.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Message-Id: <20201204030953.837-1-yuzenghui@huawei.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index ff2d7aa8f3..dd460eb908 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1302,8 +1302,8 @@ ERST
 	              " -c for correctable error\n\t\t\t"
                       "<id> = qdev device id\n\t\t\t"
                       "<error_status> = error string or 32bit\n\t\t\t"
-                      "<tlb header> = 32bit x 4\n\t\t\t"
-                      "<tlb header prefix> = 32bit x 4",
+                      "<tlp header> = 32bit x 4\n\t\t\t"
+                      "<tlp header prefix> = 32bit x 4",
         .cmd        = hmp_pcie_aer_inject_error,
     },