Re: [libvirt] [PATCHv2 02/14] Mark the domain as active in qemuhotplugtest

2015-01-12 Thread John Ferlan
On 01/07/2015 10:42 AM, Ján Tomko wrote: > This will allow us to call qemuDomainObjIsActive() in > the tested functions to check if the domain has crashed. > --- > tests/qemuhotplugtest.c | 6 ++ > 1 file changed, 6 insertions(+) > ACK John -- libvir-list mailing list libvir-list@redhat

[libvirt] [PATCHv2 02/14] Mark the domain as active in qemuhotplugtest

2015-01-07 Thread Ján Tomko
This will allow us to call qemuDomainObjIsActive() in the tested functions to check if the domain has crashed. --- tests/qemuhotplugtest.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/qemuhotplugtest.c b/tests/qemuhotplugtest.c index 9d39968..f0517a1 100644 --- a/tests/qemuhotpl