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 -----
  • June
  • May
  • April
  • 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
  • 9844 discussions
[Libvirt-ci] Passed: libvirt/libvirt#195 (master - 992bf86)
by Travis CI 13 Jun '17

13 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #195 Status: Passed Duration: 59 minutes and 37 seconds Commit: 992bf86 (master) Author: Michal Privoznik Message: qemu: Prefer hugepages over mem source='file' https://bugzilla.redhat.com/show_bug.cgi?id=1214369 Consider the following XML: <memoryBacking> <hugepages> <page size='2048' unit='KiB' nodeset='1'/> </hugepages> <source type='file'/> <access mode='shared'/> </memoryBacking> <numa> <cell id='0' cpus='0-3' memory='512000' unit='KiB'/> <cell id='1' cpus='4-7' memory='512000' unit='KiB'/> </numa> The following cmd line is generated: -object memory-backend-file,id=ram-node0,mem-path=/var/lib/libvirt/qemu/ram, share=yes,size=524288000 -numa node,nodeid=0,cpus=0-3,memdev=ram-node0 -object memory-backend-file,id=ram-node1,mem-path=/var/lib/libvirt/qemu/ram, share=yes,size=524288000 -numa node,nodeid=1,cpus=4-7,memdev=ram-node1 This is obviously wrong as for node 1 hugepages should have been used. The hugepages configuration is more specific than <source type='file'/>. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5b24d250629a...992bf863fccf View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/242482790?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#194 (master - 5b24d25)
by Travis CI 13 Jun '17

13 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #194 Status: Errored Duration: 36 minutes and 25 seconds Commit: 5b24d25 (master) Author: Michal Privoznik Message: qemuDomainAttachMemory: Crate hugepage dir if needed https://bugzilla.redhat.com/show_bug.cgi?id=1455819 It may happen that a domain is started without any huge pages. However, user might try to attach a DIMM module later. DIMM backed by huge pages (why would somebody want to mix regular and huge pages is beyond me). Therefore we have to create the dir if we haven't done so far. 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/ba81c4ee4f6c...5b24d250629a View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/242451162?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#190 (master - 5c8c2d1)
by Travis CI 13 Jun '17

13 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #190 Status: Errored Duration: 25 minutes and 24 seconds Commit: 5c8c2d1 (master) Author: Jiri Denemark Message: cpu_ppc64: Add support for host-model on POWER9 Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/ec9f3950e35e...5c8c2d1633f3 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/242333131?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#188 (master - 2feb2fe)
by Travis CI 13 Jun '17

13 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #188 Status: Passed Duration: 17 minutes and 43 seconds Commit: 2feb2fe (master) Author: Andrea Bolognani Message: qemu: Explain why mdevs are assumed to be PCI Express Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/adf846d3c96c...2feb2fe25127 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/242261574?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#187 (master - adf846d)
by Travis CI 13 Jun '17

13 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #187 Status: Errored Duration: 34 minutes and 54 seconds Commit: adf846d (master) Author: Marc Hartmayer Message: Use ATTRIBUTE_FALLTHROUGH Use ATTRIBUTE_FALLTHROUGH, introduced by commit 5d84f5961b8e28e802f600bb2d2c6903e219092e, instead of comments to indicate that the fall through is an intentional behavior. Signed-off-by: Marc Hartmayer <mhartmay(a)linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com> Reviewed-by: Bjoern Walk <bwalk(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/ebe8139536af...adf846d3c96c View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/242223710?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#185 (master - 3ea7eb4)
by Travis CI 12 Jun '17

12 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #185 Status: Errored Duration: 22 minutes and 20 seconds Commit: 3ea7eb4 (master) Author: Shivaprasad G Bhat Message: qemu: Release address for redirected device hotplug attach failure The virDomainUSBAddressEnsure returns 0 or -1, so commit id 'de325472' checking for 1 like qemuDomainAttachChrDeviceAssignAddr was wrong. Signed-off-by: Shivaprasad G Bhat <sbhat(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/9fd816ed330c...3ea7eb40ba5a View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/242033142?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#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
  • ← Newer
  • 1
  • ...
  • 976
  • 977
  • 978
  • 979
  • 980
  • 981
  • 982
  • ...
  • 985
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.