Re: [libvirt] [PATCH 1/2]: Convert internal drivers to old style struct initializers

2009-03-31 Thread Chris Lalancette
Daniel P. Berrange wrote: > On Tue, Mar 31, 2009 at 11:40:32AM +0200, Daniel Veillard wrote: >> On Mon, Mar 30, 2009 at 02:10:05PM +0200, Chris Lalancette wrote: >>> This patch converts the internal drivers to use the old-style struct >>> initializers, which kind of gives us a self-documenting TODO

Re: [libvirt] [PATCH 1/2]: Convert internal drivers to old style struct initializers

2009-03-31 Thread Daniel P. Berrange
On Tue, Mar 31, 2009 at 11:40:32AM +0200, Daniel Veillard wrote: > On Mon, Mar 30, 2009 at 02:10:05PM +0200, Chris Lalancette wrote: > > This patch converts the internal drivers to use the old-style struct > > initializers, which kind of gives us a self-documenting TODO list for each > > of > > th

Re: [libvirt] [PATCH 1/2]: Convert internal drivers to old style struct initializers

2009-03-31 Thread Daniel Veillard
On Mon, Mar 30, 2009 at 02:10:05PM +0200, Chris Lalancette wrote: > This patch converts the internal drivers to use the old-style struct > initializers, which kind of gives us a self-documenting TODO list for each of > the drivers. It also fixes up some bad comments in the internal driver list. >

[libvirt] [PATCH 1/2]: Convert internal drivers to old style struct initializers

2009-03-30 Thread Chris Lalancette
This patch converts the internal drivers to use the old-style struct initializers, which kind of gives us a self-documenting TODO list for each of the drivers. It also fixes up some bad comments in the internal driver list. It does not touch the storage or network driver initializers. Signed-off-