• P
    network: bridge_driver: don't lose transient networks on daemon restart · 446dd66b
    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 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.
    446dd66b
libvirt_private.syms 43.4 KB