Re: [libvirt] PATCH: Switch all remaining code to memory alloc APIs

2008-06-06 Thread Daniel P. Berrange
On Mon, Jun 02, 2008 at 04:35:47PM +0200, Jim Meyering wrote: > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > > This patch switches all remaining code over to use the memory allocation > > APIs, with exception of virsh which is going to be slightly more complex > > > > It was mostly a straight

Re: [libvirt] PATCH: Switch all remaining code to memory alloc APIs

2008-06-02 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > This patch switches all remaining code over to use the memory allocation > APIs, with exception of virsh which is going to be slightly more complex > > It was mostly a straight conversion - there were only a few places which > weren't checking for

Re: [libvirt] PATCH: Switch all remaining code to memory alloc APIs

2008-06-02 Thread Daniel Veillard
On Mon, Jun 02, 2008 at 01:49:13PM +0100, Daniel P. Berrange wrote: > On Fri, May 30, 2008 at 12:13:42PM -0400, Daniel Veillard wrote: > > > --- a/src/xmlrpc.cFri May 30 10:36:42 2008 -0400 > > > +++ b/src/xmlrpc.cFri May 30 10:55:44 2008 -0400 > > > @@ -12,6 +12,7 @@ > > > > Hum

Re: [libvirt] PATCH: Switch all remaining code to memory alloc APIs

2008-06-02 Thread Daniel P. Berrange
On Fri, May 30, 2008 at 12:13:42PM -0400, Daniel Veillard wrote: > On Fri, May 30, 2008 at 04:01:39PM +0100, Daniel P. Berrange wrote: > > This patch switches all remaining code over to use the memory allocation > > APIs, with exception of virsh which is going to be slightly more complex > > > > I

Re: [libvirt] PATCH: Switch all remaining code to memory alloc APIs

2008-05-30 Thread Daniel Veillard
On Fri, May 30, 2008 at 04:01:39PM +0100, Daniel P. Berrange wrote: > This patch switches all remaining code over to use the memory allocation > APIs, with exception of virsh which is going to be slightly more complex > > It was mostly a straight conversion - there were only a few places which >