diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 16:39:52 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:50 +0100 |
commit | e602f0b4e7fc497c50a63732feeb9be7650cdaef (patch) | |
tree | d76a6778494ac47fb22781d68e2a991e26685283 /docs | |
parent | 14df1ea1683a52decbe4664fba6a8aa139536f27 (diff) | |
download | qemu-e602f0b4e7fc497c50a63732feeb9be7650cdaef.zip |
qmp-events: move 'MEM_UNPLUG_ERROR' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-events.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt index 59743b569e..66a287e173 100644 --- a/docs/qmp-events.txt +++ b/docs/qmp-events.txt @@ -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 -------------- |