Re: [Libvir] PATCH 5/9: Adapt to virError API

2007-06-18 Thread Daniel P. Berrange
On Mon, Jun 18, 2007 at 01:53:18PM +0100, Richard W.M. Jones wrote: > Daniel P. Berrange wrote: > >And with the actual patch... > > > >On Mon, Jun 18, 2007 at 03:18:40AM +0100, Daniel P. Berrange wrote: > >>This patch switches the driver.c, conf.c and dispatch.c files over to use > >>the virError o

Re: [Libvir] PATCH 5/9: Adapt to virError API

2007-06-18 Thread Richard W.M. Jones
Daniel P. Berrange wrote: And with the actual patch... On Mon, Jun 18, 2007 at 03:18:40AM +0100, Daniel P. Berrange wrote: This patch switches the driver.c, conf.c and dispatch.c files over to use the virError object and associated API instead of a custom version. I don't know if I like this

Re: [Libvir] PATCH 5/9: Adapt to virError API

2007-06-18 Thread Daniel Veillard
On Mon, Jun 18, 2007 at 03:32:38AM +0100, Daniel P. Berrange wrote: > And with the actual patch... > > On Mon, Jun 18, 2007 at 03:18:40AM +0100, Daniel P. Berrange wrote: > > This patch switches the driver.c, conf.c and dispatch.c files over to use > > the virError object and associated API instea

Re: [Libvir] PATCH 5/9: Adapt to virError API

2007-06-17 Thread Daniel P. Berrange
This patch switches the driver.c, conf.c and dispatch.c files over to use the virError object and associated API instead of a custom version. Makefile.am |5 + conf.c | 192 ++-- dispatch.c | 16 +++-- driver.c| 174 +++