On 04/17/13 10:40, 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 patch chops up virNetworkObjUpdateParseFile and turns it into
virNetworkLoadState and a few friends that will help us to load status
XMLs and refactors the functions that are loading the configs to use
them.
---
OOPS :/ sorry for reposting this patch. I didn't clean these patches
from the repo before using git-send email again.
Peter