Re: [PATCH 00/36] convert virObjects to GObject

2020-04-09 Thread Daniel P . Berrangé
On Wed, Apr 08, 2020 at 07:38:33PM -0500, Jonathon Jongsma wrote: > On Fri, 2020-04-03 at 17:03 +0100, Daniel P. Berrangé wrote: > > On Fri, Apr 03, 2020 at 05:15:28PM +0200, Rafael Fonseca wrote: > > > This patch series convert various simple instances of virObject to > > > a > > > GObject equival

Re: [PATCH 00/36] convert virObjects to GObject

2020-04-08 Thread Jonathon Jongsma
On Fri, 2020-04-03 at 17:03 +0100, Daniel P. Berrangé wrote: > On Fri, Apr 03, 2020 at 05:15:28PM +0200, Rafael Fonseca wrote: > > This patch series convert various simple instances of virObject to > > a > > GObject equivalent. > > > > virDomain is still WIP because it causes some linking problem

Re: [PATCH 00/36] convert virObjects to GObject

2020-04-06 Thread Daniel P . Berrangé
On Mon, Apr 06, 2020 at 01:26:02PM +0200, Rafael Fonseca wrote: > On Fri, Apr 3, 2020 at 5:16 PM Rafael Fonseca wrote: > > virDomain is still WIP because it causes some linking problem I am still > > investigating. > > Gonna ask here since you guys might have some idea from the top of > your head

Re: [PATCH 00/36] convert virObjects to GObject

2020-04-06 Thread Rafael Fonseca
On Fri, Apr 3, 2020 at 5:16 PM Rafael Fonseca wrote: > virDomain is still WIP because it causes some linking problem I am still > investigating. Gonna ask here since you guys might have some idea from the top of your heads to help me. I converted virDomain to GObject. However, when linking I get

Re: [PATCH 00/36] convert virObjects to GObject

2020-04-03 Thread Daniel P . Berrangé
On Fri, Apr 03, 2020 at 05:15:28PM +0200, Rafael Fonseca wrote: > This patch series convert various simple instances of virObject to a > GObject equivalent. > > virDomain is still WIP because it causes some linking problem I am still > investigating. > > virObjects that work as parent class to ot

[PATCH 00/36] convert virObjects to GObject

2020-04-03 Thread Rafael Fonseca
This patch series convert various simple instances of virObject to a GObject equivalent. virDomain is still WIP because it causes some linking problem I am still investigating. virObjects that work as parent class to other objects will be covered in a next patchset. Rafael Fonseca (36): util: