Even name for hot unplug errors was wrong. Make doc match code. Cc: Zhu Guihua <zhugh.f...@cn.fujitsu.com> Reported-by: Eric Blake <ebl...@redhat.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- docs/qmp/qmp-events.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 3be468f..a85c717 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -226,7 +226,7 @@ Example: { "event": "GUEST_PANICKED", "data": { "action": "pause" } } -MEM_HOT_UNPLUG_ERROR +MEM_UNPLUG_ERROR -------------------- Emitted when memory hot unplug error occurs. @@ -237,7 +237,7 @@ Data: Example: -{ "event": "MEM_HOT_UNPLUG_ERROR" +{ "event": "MEM_UNPLUG_ERROR" "data": { "device": "dimm1", "msg": "acpi: device unplug for unsupported device" }, -- MST