From 777abdfe7bb47e582c8eb87dd6cecdf3fd9f86fc Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 11 May 2015 17:17:49 +0200 Subject: [PATCH] doc: fix qmp event type Event name for hot unplug errors was wrong. Make doc match code. Cc: Zhu Guihua Reported-by: Eric Blake Signed-off-by: Michael S. Tsirkin Reviewed-by: Eric Blake Signed-off-by: Markus Armbruster --- 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 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" },