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

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@redhat.com> Reviewed-by: Daniel P. Berrange <berrange@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
participants (1)
-
Travis CI