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>
This commit is contained in:
Michael S. Tsirkin 2015-05-11 17:17:49 +02:00 committed by Markus Armbruster
parent 58f88d4b7e
commit 777abdfe7b
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},