aboutsummaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-03-06 14:58:59 +0200
committerMichael S. Tsirkin <mst@redhat.com>2013-03-17 13:27:27 +0200
commit0402a5d65ec004df5345d1f736e2ddaa7aee6665 (patch)
tree585662c4509f2033a15c317a576d2473b4dbb8dc /qapi-schema.json
parentb1999e87b4d42305419329cae459e1b43f706d96 (diff)
qdev: DEVICE_DELETED event
libvirt has a long-standing bug: when removing the device, it can request removal but does not know when the removal completes. Add an event so we can fix this in a robust way. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index fdaa9da133..080dc39784 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2354,7 +2354,9 @@
# Notes: When this command completes, the device may not be removed from the
# guest. Hot removal is an operation that requires guest cooperation.
# This command merely requests that the guest begin the hot removal
-# process.
+# process. Completion of the device removal process is signaled with a
+# DEVICE_DELETED event. Guest reset will automatically complete removal
+# for all devices.
#
# Since: 0.14.0
##