Hi all. In libvirt documentation it is written that virDomainDetachDeviceFlags is an asynchronous call: http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainDetachDeviceFlags Does that mean that also virDomainDetachDevice is asynchronous? the reasons mentioned in the above seems relevant for this one as well. Thanks!
On 23.08.2015 10:42, Amit Aviram wrote:> Hi all. > In libvirt documentation it is written that virDomainDetachDeviceFlags is > an asynchronous call: > http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainDetachDeviceFlags > > Does that mean that also virDomainDetachDevice is asynchronous?Yes. Michal
Maybe Matching Threads
- what a correct use for virConnectDomainEventRegisterAny API, how to Obtain a stable expected result
- Qemu driver not supporting VIR_DOMAIN_DEVICE_MODIFY_CONFIG yet?
- Xen disk device detach fails as non-root [libvirt-0.8.7 and older versions]
- Re: what a correct use for virConnectDomainEventRegisterAny API, how to Obtain a stable expected result
- when virEventAddTimeout trigger timeout ,should in the callback call virConnectDomainEventDeregisterAny ?