"Michael S. Tsirkin" <mst(a)redhat.com> writes:
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.
First patch only adds the event with ID, second patch adds a path field.
Split this way for ease of backport (stable downstreams without QOM
would want to only take the first patch).
Event without fields is still useful as management can use it to
poll device list to figure out which device was removed.
Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com>
Thanks for your patience.
Acked-by: Markus Armbruster <armbru(a)redhat.com>
If there are no more comments I'll stick this on my
pci branch.
I don't mind.