libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

  • 1 participants
  • 9381 discussions
[Libvirt-ci] Broken: libvirt/libvirt#273 (master - e4b980c)
by Travis CI 11 Jul '17

11 Jul '17
Build Update for libvirt/libvirt ------------------------------------- Build: #273 Status: Broken Duration: 18 minutes and 45 seconds Commit: e4b980c (master) Author: Daniel P. Berrange Message: Prevent more compiler optimization of mockable functions Currently all mockable functions are annotated with the 'noinline' attribute. This is insufficient to guarantee that a function can be reliably mocked with an LD_PRELOAD. The C language spec allows the compiler to assume there is only a single implementation of each function. It can thus do things like propagating constant return values into the caller at compile time, or creating multiple specialized copies of the function body each optimized for a different caller. To prevent these optimizations we must also set the 'noclone' and 'weak' attributes. This fixes the test suite when libvirt.so is built with CLang with optimization enabled. Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/a1ac4c880bc5...e4b980c853d2 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/252392814?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#257 (v3.5.0 - b771263)
by Travis CI 05 Jul '17

05 Jul '17
Build Update for libvirt/libvirt ------------------------------------- Build: #257 Status: Passed Duration: 26 minutes and 5 seconds Commit: b771263 (v3.5.0) Author: Daniel Veillard Message: Release of libvirt-3.5.0 * docs/news.xml: update * po/*.po* : regenerated View the changeset: https://github.com/libvirt/libvirt/compare/v3.5.0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/250128874?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#252 (v3.5.0-rc2 - b0d4ea3)
by Travis CI 03 Jul '17

03 Jul '17
Build Update for libvirt/libvirt ------------------------------------- Build: #252 Status: Passed Duration: 17 minutes and 15 seconds Commit: b0d4ea3 (v3.5.0-rc2) Author: Martin Kletzander Message: news: Add CAT capability information into improvements Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v3.5.0-rc2 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/249423849?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#248 (v3.5.0-rc1 - f914b3f)
by Travis CI 29 Jun '17

29 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #248 Status: Passed Duration: 54 minutes and 1 second Commit: f914b3f (v3.5.0-rc1) Author: Peter Krempa Message: docs: news: Add entries for my recent changes View the changeset: https://github.com/libvirt/libvirt/compare/v3.5.0-rc1 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/248113652?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#224 (master - c9d1e59)
by Travis CI 22 Jun '17

22 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #224 Status: Fixed Duration: 46 minutes and 49 seconds Commit: c9d1e59 (master) Author: Martin Kletzander Message: util: Move locale.h include from virutil to virstring Commit 5c54d29aaeb7 forgot to do that when moving the only function using it and it broke the build on some platforms. Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/e0d1a378dca1...c9d1e5951c50 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/245772846?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#223 (master - e0d1a37)
by Travis CI 22 Jun '17

22 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #223 Status: Still Failing Duration: 21 minutes and 7 seconds Commit: e0d1a37 (master) Author: Michal Privoznik Message: security: Don't skip relabel for all chardevs Our commit e13e8808f9 was way too generic. Currently, virtlogd is used only for chardevs type of file and nothing else. True, we must not relabel the path in this case, but we have to in all other cases. For instance, if you want to have a physical console attached to your guest: <console type='dev'> <source path='/dev/ttyS0'/> <target type='virtio' port='1'/> </console> Starting such domain fails because qemu doesn't have access to /dev/ttyS0 because we haven't relabelled the path. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/96a9b9a7f0b6...e0d1a378dca1 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/245767719?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#222 (master - 96a9b9a)
by Travis CI 22 Jun '17

22 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #222 Status: Broken Duration: 16 minutes and 54 seconds Commit: 96a9b9a (master) Author: Julio Faracco Message: util: fix locale problem with virStrToDouble(). This commit fixes a locale problem with locales that use comma as a mantissa separator. Example: 12.34 en_US = 12,34 pt_BR. Since strtod() is a non-safe function, virStrToDouble() will have problems to parse double numbers from kernel settings and other double numbers from static files (XMLs, JSONs, etc). Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1457634 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1457481 Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> View the changeset: https://github.com/libvirt/libvirt/compare/8a129b75e214...96a9b9a7f0b6 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/245711436?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#212 (master - 4c39f91)
by Travis CI 20 Jun '17

20 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #212 Status: Errored Duration: 22 minutes and 11 seconds Commit: 4c39f91 (master) Author: Ján Tomko Message: check the return value of qemuBuildVirtioOptionsStr Only qemuBuildFSDevStr missed the return check. View the changeset: https://github.com/libvirt/libvirt/compare/b16133b114fd...4c39f91dde94 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/244890123?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#206 (master - 6451b55)
by Travis CI 16 Jun '17

16 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #206 Status: Fixed Duration: 23 minutes and 33 seconds Commit: 6451b55 (master) Author: Michal Privoznik Message: qemuDomainGetPreservedMounts: Fix suffixes for corner cases https://bugzilla.redhat.com/show_bug.cgi?id=1431112 Imagine a FS mounted on /dev/blah/blah2. Our process of creating suffix for temporary location where all the mounted filesystems are moved is very simplistic. We want: /var/run/libvirt/qemu/$domName.$suffix\ were $suffix is just the mount point path stripped of the "/dev/" prefix. For instance: /var/run/libvirt/qemu/fedora.mqueue for /dev/mqueue /var/run/libvirt/qemu/fedora.pts for /dev/pts and so on. Now if we plug /dev/blah/blah2 into the example we see some misbehaviour: /var/run/libvirt/qemu/fedora.blah/blah2 Well, misbehaviour if /dev/blah/blah2 is a file, because in that case we call virFileTouch() instead of virFileMakePath(). The solution is to replace all the slashes in the suffix with say dots. That way we don't have to care about nested directories. IOW, the result we want for given example is: /var/run/libvirt/qemu/fedora.blah.blah2 Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/cc9f0521cda6...6451b55ec3d8 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/243652850?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#205 (master - cc9f052)
by Travis CI 16 Jun '17

16 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #205 Status: Broken Duration: 17 minutes and 7 seconds Commit: cc9f052 (master) Author: Martin Kletzander Message: Report more correct information for cache control On some platforms the number of bits in the cbm_mask might not be divisible by 4 (and not even by 2), so we need to properly count the bits. Similar file, min_cbm_bits, is properly parsed and used, but if the number is greater than one, we lose the information about granularity when reporting the data in capabilities. For that matter always report granularity, but if it is not the same as the minimum, add that information in there as well. Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ba326c869948...cc9f0521cda6 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/243628176?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 928
  • 929
  • 930
  • 931
  • 932
  • 933
  • 934
  • ...
  • 939
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.