]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Fix Create*WithFiles filefd passing
authorMarian Neagul <marian@info.uvt.ro>
Tue, 22 Oct 2013 15:03:39 +0000 (16:03 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 22 Oct 2013 22:01:18 +0000 (23:01 +0100)
commite350826c653b20dd271ab99075d2f224c7451356
tree9b96c2875dc2eefcd499e24d751612cf0c4c39a0
parent3a8cc9cf5004984eb2b8bcb37c65fe28ad14fe0e
python: Fix Create*WithFiles filefd passing

Commit d76227be added functions virDomainCreateWithFiles and
virDomainCreateXMLWithFiles, but there was a little piece missing in
python bindings.  This patch fixes proper passing of file descriptors
in the overwrites of these functions.
python/libvirt-override.c