Re: [libvirt] [PATCH 2/2] virStateDriver - Separate AutoStart from Initialize

2013-07-25 Thread John Ferlan
On 07/25/2013 02:41 PM, Daniel P. Berrange wrote: > On Thu, Jul 25, 2013 at 02:32:57PM -0400, John Ferlan wrote: >> Adjust these drivers to handle their Autostart functionality after each >> of the drivers has gone through their Initialization functions >> >> merge >> --- >> src/libxl/libxl_driver

Re: [libvirt] [PATCH 2/2] virStateDriver - Separate AutoStart from Initialize

2013-07-25 Thread Daniel P. Berrange
On Thu, Jul 25, 2013 at 02:32:57PM -0400, John Ferlan wrote: > Adjust these drivers to handle their Autostart functionality after each > of the drivers has gone through their Initialization functions > > merge > --- > src/libxl/libxl_driver.c | 18 +++--- > src/lxc/lxc_driver.c

[libvirt] [PATCH 2/2] virStateDriver - Separate AutoStart from Initialize

2013-07-25 Thread John Ferlan
Adjust these drivers to handle their Autostart functionality after each of the drivers has gone through their Initialization functions merge --- src/libxl/libxl_driver.c | 18 +++--- src/lxc/lxc_driver.c | 18 -- src/network/bridge_driver.c | 20 ++