[libvirt] [PATCH] Fix bug with loading bridge name for active domain during libvirtd start

2014-09-18 Thread Pavel Hrdina
If you have a bridge network in running domain and libvirtd is restarted the information about host bridge interface is lost from live xml. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1140085 Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.c | 4 1 file changed, 4 insertions

Re: [libvirt] [PATCH] Fix bug with loading bridge name for active domain during libvirtd start

2014-09-24 Thread Peter Krempa
On 09/18/14 15:31, Pavel Hrdina wrote: > If you have a bridge network in running domain and libvirtd is restarted > the information about host bridge interface is lost from live xml. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1140085 > > Signed-off-by: Pavel Hrdina > --- > src/co