]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qmp-events: move 'MEM_UNPLUG_ERROR' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 14:39:52 +0000 (16:39 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:50 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-events.txt
qapi/event.json

index 59743b569e795a11cdb9219d6e1f21e3fe9b6983..66a287e173fe9dc8c90e898ae317e25ca01332b2 100644 (file)
@@ -19,23 +19,6 @@ Example:
   "data": {"result": {"total": 1090650112, "status": "completed",
                       "completed": 1090650112} } }
 
-MEM_UNPLUG_ERROR
---------------------
-Emitted when memory hot unplug error occurs.
-
-Data:
-
-- "device": device name (json-string)
-- "msg": Informative message (e.g., reason for the error) (json-string)
-
-Example:
-
-{ "event": "MEM_UNPLUG_ERROR"
-  "data": { "device": "dimm1",
-            "msg": "acpi: device unplug for unsupported device"
-  },
-  "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
-
 MIGRATION_PASS
 --------------
 
index a9f974fa360dd333e75152e87e25a6fcdacec2f0..f8c7dd6bb59b3943d97be249f57742e6da5ba3fb 100644 (file)
 # @msg: Informative message
 #
 # Since: 2.4
+#
+# Example:
+#
+# <- { "event": "MEM_UNPLUG_ERROR"
+#      "data": { "device": "dimm1",
+#                "msg": "acpi: device unplug for unsupported device"
+#      },
+#      "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
+#
 ##
 { 'event': 'MEM_UNPLUG_ERROR',
   'data': { 'device': 'str', 'msg': 'str' } }