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

2019-10-21 Thread Jens Freimann
On Fri, Oct 18, 2019 at 03:28:36PM -0500, Eric Blake wrote: On 10/18/19 3:20 PM, Jens Freimann wrote: This event is emitted when we sent a request to unplug a failover primary device from the Guest OS and it includes the device id of the primary device. Signed-off-by: Jens Freimann --- qapi/m

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

2019-10-18 Thread Eric Blake
On 10/18/19 3:20 PM, Jens Freimann wrote: This event is emitted when we sent a request to unplug a failover primary device from the Guest OS and it includes the device id of the primary device. Signed-off-by: Jens Freimann --- qapi/migration.json | 19 +++ 1 file changed, 19

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

2019-10-18 Thread Jens Freimann
This event is emitted when we sent a request to unplug a failover primary device from the Guest OS and it includes the device id of the primary device. Signed-off-by: Jens Freimann --- qapi/migration.json | 19 +++ 1 file changed, 19 insertions(+) diff --git a/qapi/migration.jso