summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorZhi Yong Wu2011-11-30 05:39:47 +0100
committerStefan Hajnoczi2011-12-06 10:56:41 +0100
commit1f3392b7b3790e0207e6d1fc717f02949ae17190 (patch)
tree81bfaa94ce6135a40258aac09b939c229086d073 /hmp-commands.hx
parentfix spelling in hw sub directory (diff)
downloadqemu-1f3392b7b3790e0207e6d1fc717f02949ae17190.tar.gz
qemu-1f3392b7b3790e0207e6d1fc717f02949ae17190.tar.xz
qemu-1f3392b7b3790e0207e6d1fc717f02949ae17190.zip
pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error
This function name is a bit wrong. Although it doesn't impact function, it is a bit necessary that we should fixup it. Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 79a919526d..54b2abf458 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -923,7 +923,7 @@ ETEXI
"<tlb header> = 32bit x 4\n\t\t\t"
"<tlb header prefix> = 32bit x 4",
.user_print = pcie_aer_inject_error_print,
- .mhandler.cmd_new = do_pcie_aer_inejct_error,
+ .mhandler.cmd_new = do_pcie_aer_inject_error,
},
STEXI