Re: [libvirt PATCH 1/2] util: Move glib event loop workaround to glibcompat

2021-03-04 Thread Daniel P . Berrangé
On Thu, Mar 04, 2021 at 10:20:14AM +, Daniel P. Berrangé wrote: > On Thu, Mar 04, 2021 at 10:48:10AM +0100, Martin Kletzander wrote: > > This way it can be used from other places as well. > > > > Signed-off-by: Martin Kletzander > > --- > > src/util/glibcompat.c | 35

Re: [libvirt PATCH 1/2] util: Move glib event loop workaround to glibcompat

2021-03-04 Thread Daniel P . Berrangé
On Thu, Mar 04, 2021 at 10:48:10AM +0100, Martin Kletzander wrote: > This way it can be used from other places as well. > > Signed-off-by: Martin Kletzander > --- > src/util/glibcompat.c | 35 +++ > src/util/glibcompat.h | 11 +++ >

[libvirt PATCH 1/2] util: Move glib event loop workaround to glibcompat

2021-03-04 Thread Martin Kletzander
This way it can be used from other places as well. Signed-off-by: Martin Kletzander --- src/util/glibcompat.c | 35 +++ src/util/glibcompat.h | 11 +++ src/util/vireventglib.c | 30 -- 3 files changed, 46 insertions(+), 30