Re: [libvirt PATCH v2 06/16] nodedev: add STOPPED/STARTED lifecycle events

2020-08-21 Thread Erik Skultety
On Tue, Aug 18, 2020 at 09:47:56AM -0500, Jonathon Jongsma wrote: > Since a mediated device can be persistently defined by the mdevctl > backend, we need additional lifecycle events beyond CREATED/DELETED to > indicate that e.g. the device has been stopped but the device definition > still exists.

[libvirt PATCH v2 06/16] nodedev: add STOPPED/STARTED lifecycle events

2020-08-18 Thread Jonathon Jongsma
Since a mediated device can be persistently defined by the mdevctl backend, we need additional lifecycle events beyond CREATED/DELETED to indicate that e.g. the device has been stopped but the device definition still exists. Signed-off-by: Jonathon Jongsma --- examples/c/misc/event-test.c