[libvirt] [PATCHv2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-19 Thread Peter Krempa
Until now tranisent networks weren't really useful as libvirtd wasn't able to remember them across restarts. This patch adds support for loading status files of transient networks (that already were generated) so that the status isn't lost. This patch chops up virNetworkObjUpdateParseFile and

Re: [libvirt] [PATCHv2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-19 Thread Laine Stump
On 04/19/2013 09:30 AM, Peter Krempa wrote: Until now tranisent networks weren't really useful as libvirtd wasn't able to remember them across restarts. This patch adds support for loading status files of transient networks (that already were generated) so that the status isn't lost. This

Re: [libvirt] [PATCHv2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-19 Thread Peter Krempa
On 04/19/13 16:03, Laine Stump wrote: On 04/19/2013 09:30 AM, Peter Krempa wrote: Until now tranisent networks weren't really useful as libvirtd wasn't able to remember them across restarts. This patch adds support for loading status files of transient networks (that already were generated) so