mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Xen interface order and fix python parallel build
* src/xend_internal.c: fix ordering when parsing multiple Xen interfaces, patch by Jim Fehlig * python/Makefile.am: fix parallel build Daniel
This commit is contained in:
parent
758733cb55
commit
3bc324139e
@ -1,3 +1,9 @@
|
||||
Wed Oct 1 17:28:47 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/xend_internal.c: fix ordering when parsing multiple Xen
|
||||
interfaces, patch by Jim Fehlig
|
||||
* python/Makefile.am: fix parallel build
|
||||
|
||||
Thu Sep 25 13:37:42 IST 2008 Mark McLoughlin <markmc@redhat.com>
|
||||
|
||||
* docs/virsh.pod: fixup some minor issues - e.g. bogus
|
||||
|
@ -50,7 +50,7 @@ GENERATED= libvirt-export.c \
|
||||
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
|
||||
$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
|
||||
|
||||
libvirt.py: $(srcdir)/libvir.py libvirtclass.py
|
||||
libvirt.py: $(srcdir)/libvir.py $(GENERATED)
|
||||
cat $(srcdir)/libvir.py libvirtclass.py > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
|
@ -1884,6 +1884,8 @@ xenDaemonParseSxprNets(virConnectPtr conn,
|
||||
prev->next = net;
|
||||
else
|
||||
def->nets = net;
|
||||
|
||||
prev = net;
|
||||
vif_index++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user