Re: [libvirt] [PATCHv2 09/14] Exit early after domain crash in monitor on device hotplug

2015-01-13 Thread Ján Tomko
On 01/13/2015 12:54 AM, John Ferlan wrote: > > > On 01/07/2015 10:42 AM, Ján Tomko wrote: >> Error out if the domain has disappeared in the meantime. >> >> This prevents writing the persistent definition as the domain >> status and calling qemuDomainRemoveDevice on devices >> that already have be

Re: [libvirt] [PATCHv2 09/14] Exit early after domain crash in monitor on device hotplug

2015-01-12 Thread John Ferlan
On 01/07/2015 10:42 AM, Ján Tomko wrote: > Error out if the domain has disappeared in the meantime. > > This prevents writing the persistent definition as the domain > status and calling qemuDomainRemoveDevice on devices > that already have been dealt with in qemuProcessStop. > --- > src/qemu/q

[libvirt] [PATCHv2 09/14] Exit early after domain crash in monitor on device hotplug

2015-01-07 Thread Ján Tomko
Error out if the domain has disappeared in the meantime. This prevents writing the persistent definition as the domain status and calling qemuDomainRemoveDevice on devices that already have been dealt with in qemuProcessStop. --- src/qemu/qemu_domain.c | 9 + src/qemu/qemu_driver.c |