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
  • ----- 2025 -----
  • 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

June 2017

  • 1 participants
  • 38 discussions
[Libvirt-ci] Passed: libvirt/libvirt#248 (v3.5.0-rc1 - f914b3f)
by Travis CI 28 Jun '17

28 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
[Libvirt-ci] Passed: libvirt/libvirt#204 (master - ba326c8)
by Travis CI 16 Jun '17

16 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #204 Status: Passed Duration: 24 minutes and 27 seconds Commit: ba326c8 (master) Author: Serge Hallyn Message: apparmor, libvirt-qemu: Allow access to certificates used by libvirt-vnc When setting up VncTLS according to the official Libvirt documentation, only one certificate for libvirt/libvirt-vnc is used. The document indicates to use the following directories : /etc/pki/CA /etc/pki/libvirt /etc/pki/libvirt/private in order to manage the certificates used by libvirt-vnc. Bug-Ubuntu: https://bugs.launchpad.net/bugs/901272 Signed-off-by: Christian Ehrhardt <christian.ehrhardt(a)canonical.com> Signed-off-by: Stefan Bader <stefan.bader(a)canonical.com> View the changeset: https://github.com/libvirt/libvirt/compare/307a205e25ad...ba326c869948 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/243584971?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#203 (master - 307a205)
by Travis CI 16 Jun '17

16 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #203 Status: Passed Duration: 20 minutes and 26 seconds Commit: 307a205 (master) Author: Martin Kletzander Message: qemu: Allow live-updates of coalesce settings Change the settings from qemuDomainUpdateDeviceLive() as otherwise the call would succeed even though nothing has changed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1414627 Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/f1acc4130c4d...307a205e25ad View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/243580924?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#202 (master - f1acc41)
by Travis CI 15 Jun '17

15 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #202 Status: Errored Duration: 50 minutes and 21 seconds Commit: f1acc41 (master) Author: Daniel P. Berrange Message: Temporarily disable format truncation warnings GCC 7.1 introduces a new -Wformat-truncation warning flag that reports if it thinks the maximum possible size of the formatted output will exceed the provided fixed buffer. This is enabled automatically by the -Wformat warning flag. There are quite a few places hit by this in libvirt which need rewriting. This is non-trivial work in some places, so temporarily disable the new warning until those fixes can be implemented. Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/1ba693994a0e...f1acc4130c4d View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/243329412?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
  • 2
  • 3
  • 4
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.