]> xenbits.xensource.com Git - libvirt.git/commit
Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED event
authorPeter Krempa <pkrempa@redhat.com>
Wed, 30 Mar 2016 16:09:45 +0000 (18:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 13 Apr 2016 11:26:29 +0000 (13:26 +0200)
commit5be120710e7865b1ee198d398176b75253fb0b3f
tree486893f69cd2b50d6a37d20c18b64500c1f4cb16
parent1ac3864025f8ff4398dc4b355db524378b41190e
Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED event

Since we didn't opt to use one single event for device lifecycle for a
VM we are missing one last event if the device removal failed. This
event will be emitted once we asked to eject the device but for some
reason it is not possible.
daemon/remote.c
include/libvirt/libvirt-domain.h
src/conf/domain_event.c
src/conf/domain_event.h
src/libvirt_private.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
tools/virsh-domain.c