search for: matczak

Displaying 5 results from an estimated 5 matches for "matczak".

2017 Mar 06
1
Re: domain reinitalization detection
> Listen to the events I guess that would require running my own polling thread, right ? I wanted to avoid that ... Thanks for help On 06.03.2017 14:14, Matczak, KrzysztofX wrote: > Hello > > I'm trying to find out how to detect if domain was destroyed and brought up between two time moments, let's call it reads. > So far the best approach I could find is to compare domain ID from previous and current read. > And this is my firs...
2017 Mar 06
2
domain reinitalization detection
Hello I'm trying to find out how to detect if domain was destroyed and brought up between two time moments, let's call it reads. So far the best approach I could find is to compare domain ID from previous and current read. And this is my first question : is that reliable solution ? Or do you know any better ? And related question is how to resolve virDomainPtr into domain ID ? The
2017 Mar 06
0
Re: domain reinitalization detection
On 06.03.2017 14:14, Matczak, KrzysztofX wrote: > Hello > > I'm trying to find out how to detect if domain was destroyed and brought up between two time moments, let's call it reads. > So far the best approach I could find is to compare domain ID from previous and current read. > And this is my firs...
2017 Mar 08
2
events dispatching in synchronous mode
Hi Is there any way to get events dispatching in synchronous mode ? I mean I'm running my own events polling loop which calls virEventRunDefaultImpl each turn . I'd expect to get my callback function called synchronously , but it's not . Seems that's async call. Maybe it's my general misunderstanding and I shouldn't use virEventRunDefaultImpl for that ? Thanks in
2017 Mar 08
0
Re: events dispatching in synchronous mode
On Wed, Mar 08, 2017 at 11:27:17AM +0000, Matczak, KrzysztofX wrote: > Hi > Is there any way to get events dispatching in synchronous mode ? > I mean I'm running my own events polling loop which calls > virEventRunDefaultImpl each turn . I'd expect to get my callback > function called synchronously , but it's not . See...