[libvirt] [PATCH v9 0/3] DEVICE_DELETED event

2013-03-21 Thread Michael S. Tsirkin
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

Re: [libvirt] [PATCH v9 0/3] DEVICE_DELETED event

2013-03-21 Thread Andreas Färber
Am 21.03.2013 13:07, schrieb Michael S. Tsirkin: Changes from v8: - reorder qom destruction so no need to change unparent Changes from v7: - none, v7 was malformed series sent by mistake Changes from v6: - make empty event use data: {}, Markus prefers this Changes from