]> Git Repo - qemu.git/commitdiff
doc: fix qmp event type
authorMichael S. Tsirkin <[email protected]>
Mon, 11 May 2015 15:17:49 +0000 (17:17 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 14 May 2015 15:25:46 +0000 (17:25 +0200)
Event name for hot unplug errors was wrong.
Make doc match code.

Cc: Zhu Guihua <[email protected]>
Reported-by: Eric Blake <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp/qmp-events.txt

index 6dc2cca7de807fad9c228dea0a4cb6586326eded..4c13d48726ac4a7898546a3bc10fd430893394cb 100644 (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"
   },
This page took 0.024758 seconds and 4 git commands to generate.