diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-05-11 17:17:49 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-05-14 17:25:46 +0200 |
commit | 777abdfe7bb47e582c8eb87dd6cecdf3fd9f86fc (patch) | |
tree | bf86f0fb66bf10da8281164fbba1cce3b3ef4bb2 /docs | |
parent | 58f88d4b7e9e5578b8dd2c5acfe555b85b35af88 (diff) |
doc: fix qmp event type
Event name for hot unplug errors was wrong.
Make doc match code.
Cc: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp/qmp-events.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 6dc2cca7de..4c13d48726 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -232,7 +232,7 @@ Example: { "event": "GUEST_PANICKED", "data": { "action": "pause" } } -MEM_HOT_UNPLUG_ERROR +MEM_UNPLUG_ERROR -------------------- Emitted when memory hot unplug error occurs. @@ -243,7 +243,7 @@ Data: Example: -{ "event": "MEM_HOT_UNPLUG_ERROR" +{ "event": "MEM_UNPLUG_ERROR" "data": { "device": "dimm1", "msg": "acpi: device unplug for unsupported device" }, |