[Libvirt-ci] Fixed: libvirt/libvirt#280 (master - a4d9c31)

Travis CI builds at travis-ci.org
Wed Jul 12 07:32:05 UTC 2017


Build Update for libvirt/libvirt
-------------------------------------

Build: #280
Status: Fixed

Duration: 16 minutes and 9 seconds
Commit: a4d9c31 (master)
Author: Michal Privoznik
Message: qemu: Provide non-linux stub for qemuDomainAttachDeviceMknodRecursive

The way we create devices under /dev is highly linux specific.
For instance we do mknod(), mount(), umount(), etc. Some
platforms are even missing some of these functions. Then again,
as declared in qemuDomainNamespaceAvailable(): namespaces are
linux only. Therefore, to avoid obfuscating the code by trying to
make it compile on weird platforms, just provide a non-linux stub
for qemuDomainAttachDeviceMknodRecursive(). At the same time,
qemuDomainAttachDeviceMknodHelper() which actually calls the
non-existent functions is moved under ifdef __linux__ block since
its only caller is in that block too.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
Reviewed-by: Daniel P. Berrange <berrange at redhat.com>

View the changeset: https://github.com/libvirt/libvirt/compare/fde654be5307...a4d9c31eac8b

View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/252699014?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-ci/attachments/20170712/69407bd3/attachment.htm>


More information about the Libvirt-ci mailing list