qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v7 05/11] qapi: add unplug primary event


From: Jens Freimann
Subject: Re: [PATCH v7 05/11] qapi: add unplug primary event
Date: Tue, 29 Oct 2019 14:46:37 +0100
User-agent: NeoMutt/20180716-1376-5d6ed1

On Tue, Oct 29, 2019 at 01:50:02PM +0100, Markus Armbruster wrote:
Jens Freimann <address@hidden> writes:

This event is emitted when we sent a request to unplug a

Uh, "we sent a requestion [...] from the Guest OS"...  do you mean "we
received"?

No, we sent a pci hotplug event to the guest by "pushing" the pcie attention
button. So, it's QEMU requesting the unplug.

+##
+# @UNPLUG_PRIMARY:
+#
+# Emitted from source side of a migration when migration state is
+# WAIT_UNPLUG. Device was unplugged by guest operating system.
+# Device resources in QEMU are kept on standby to be able to re-plug it in case
+# of migration failure.
+#
+# @device-id: QEMU device id of the unplugged device
+#
+# Since: 4.2
+#
+# Example:
+#   {"event": "UNPLUG_PRIMARY", "data": {"device-id": "hostdev0"} }
+#
+##
+{ 'event': 'UNPLUG_PRIMARY',
+  'data': { 'device-id': 'str' } }

Commit message might need a touch-up.  Regardless:
Acked-by: Markus Armbruster <address@hidden>

Thanks for the review!

regards,
Jens



reply via email to

[Prev in Thread] Current Thread [Next in Thread]