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(a)redhat.com>
Reviewed-by: Daniel P. Berrange <berrange(a)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&a...
--
You can configure recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications