[Libvirt-ci] Fixed: libvirt/libvirt#1902 (master - f886271)

Build Update for libvirt/libvirt ------------------------------------- Build: #1902 Status: Fixed Duration: 22 mins and 11 secs Commit: f886271 (master) Author: Michal Privoznik Message: qemu: Use ULL instead of uint64_t for RDMA GID event In the previous commit we are using uint64_t for storing subnet prefix and interface id that qemu reports in RDMA_GID_STATUS_CHANGED event. We also report them in some debug messages. This poses a problem because uint64_t can be UL or ULL depending on the host architecture and hence we wouldn't know which format to use. Switch to ULL which is big enough and doesn't suffer from the issue. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ed357cef18b2...f886271410cf View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/477318811?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
participants (1)
-
Travis CI