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#178 (master - e146264)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #178 Status: Passed Duration: 50 minutes and 57 seconds Commit: e146264 (master) Author: Ján Tomko Message: virDomainControllerDefFormat: do not mix attributes and subelements Move out the PCI controller's subelements formatting out of the switch handling attributes. This removes the need for a few bool variables. View the changeset: https://github.com/libvirt/libvirt/compare/1a4b21f1c67a...e146264aaadf View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240444578?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#177 (master - 1a4b21f)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #177 Status: Passed Duration: 49 minutes and 57 seconds Commit: 1a4b21f (master) Author: Michal Privoznik Message: virNetClientStreamQueuePacket: Set st->incomingEOF on the end of stream While reworking client side of streams, I had to postpone payload decoding so that stream holes and stream data can be distinguished in virNetClientStreamRecvPacket. That's merely what 18944b7aea46d does. However, I accidentally removed one important bit: when server sends us an empty STREAM packet (with no payload) - meaning end of stream - st->incomingEOF flag needs to be set. It used to be before I touched the code. After I removed it, virNetClientStreamRecvPacket will try to fetch more data from the stream, but it will never come. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Jim Fehlig <jfehlig(a)suse.com> View the changeset: https://github.com/libvirt/libvirt/compare/836f85d13f36...1a4b21f1c67a View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240438896?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#176 (master - 836f85d)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #176 Status: Passed Duration: 38 minutes and 10 seconds Commit: 836f85d (master) Author: Michal Privoznik Message: virDomainNetDefParseXML: Fix typo In 9cb891141c we've introduced some logic to clearing suggested macvtap/macvlan ifnames. The logic consists of comparing ifname string with strings that libvirt would generate. However, due to a typo only VIR_NET_GENERATED_MACVTAP_PREFIX was compared. Twice. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/c44482eb4fb7...836f85d13f36 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240432942?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#175 (master - c44482e)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #175 Status: Errored Duration: 32 minutes and 57 seconds Commit: c44482e (master) Author: Laine Stump Message: docs: correct improper information about domain states in virsh manpage Commit 24d4a0a1f removed the non-existent "dying" state from the list of possible domain states given in the virsh manpage, but didn't correct the count of states from 8 down to 7. This patch fixes that mismatch by completely removing any reference to the exact number of states (thus preventing a potential future mismatch), while wording the sentence in a more readable/truthful manner. View the changeset: https://github.com/libvirt/libvirt/compare/ff6e94de60b0...c44482eb4fb7 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240383453?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#174 (master - ff6e94d)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #174 Status: Errored Duration: 22 minutes and 28 seconds Commit: ff6e94d (master) Author: Erik Skultety Message: qemu: Fix serial stub console allocation When adding the aliased serial stub console, the structure wasn't properly allocated (VIR_ALLOC instead of virDomainChrDefNew) which then resulted in SIGSEGV in virDomainChrSourceIsEqual during a serial device coldplug. https://bugzilla.redhat.com/show_bug.cgi?id=1434278 Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/8e34f478137c...ff6e94de60b0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240351124?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#173 (master - 8e34f47)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #173 Status: Passed Duration: 20 minutes and 44 seconds Commit: 8e34f47 (master) Author: Jiri Denemark Message: qemu: Use updated CPU when starting QEMU if possible If QEMU is new enough and we have the live updated CPU definition in either save or migration cookie, we can use it to enforce ABI. The original guest CPU from domain XML will be stored in private data. Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/880b1a2e25fc...8e34f478137c View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240334810?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#172 (master - 880b1a2)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #172 Status: Errored Duration: 17 minutes and 23 seconds Commit: 880b1a2 (master) Author: Peter Krempa Message: virsh: Add support for VIR_DOMAIN_BLOCK_COPY_TRANSIENT_JOB Allow using the new flag with virsh. View the changeset: https://github.com/libvirt/libvirt/compare/49d30bc2e292...880b1a2e25fc View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240329846?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#171 (master - 49d30bc)
by Travis CI 07 Jun '17

07 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #171 Status: Errored Duration: 19 minutes and 43 seconds Commit: 49d30bc (master) Author: Jiri Denemark Message: qemu: Set operation on completed migration job Without this patch libvirt would just report the operation of a completed job as "unknown" instead of "incoming migration". https://bugzilla.redhat.com/show_bug.cgi?id=1457052 Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/46f5eca4b2d2...49d30bc2e292 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240256563?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#165 (master - 567f048)
by Travis CI 05 Jun '17

05 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #165 Status: Passed Duration: 18 minutes and 5 seconds Commit: 567f048 (master) Author: Michal Privoznik Message: bhyveargv2xmltest: Fix call of virDomainDefCheckABIStability In 4f0aeed I've expanded the list of arguments for virDomainDefCheckABIStability() but I forgot to fix bhyveargv2xmltest. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/f4c09b913ea9...567f04808e15 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/239528992?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#164 (master - f4c09b9)
by Travis CI 05 Jun '17

05 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #164 Status: Errored Duration: 16 minutes and 58 seconds Commit: f4c09b9 (master) Author: Martin Kletzander Message: Reset the whole stack in testutils The memset() was resetting only 30 bytes in the array (size of the array), but it is array of pointers. Since it is a static array, let's just reset it by its size. Found by gcc-7.1: testutils.c: In function 'virTestRun': testutils.c:243:13: error: 'memset' used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size] memset(testAllocStack, 0, ARRAY_CARDINALITY(testAllocStack)); ^~~~~~ Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/7b4e9b2c55a1...f4c09b913ea9 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/239503490?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.