[Libvirt-ci] Errored: libvirt/libvirt#825 (v4.0.0-rc2 - 75cfb84)

Travis CI builds at travis-ci.org
Wed Jan 17 17:07:41 UTC 2018


Build Update for libvirt/libvirt
-------------------------------------

Build: #825
Status: Errored

Duration: ?
Commit: 75cfb84 (v4.0.0-rc2)
Author: Dan Zheng
Message: nodedev: Add the missing PCI dev checks for 'mdev_types' capability

Similar to commit @f44ec9c1, commit @500cbc06 introduced a new nested
'mdev_types' capability, however the mentioned commit didn't adjust
virNodeDeviceNumOfCaps and virNodeDeviceListCaps functions accordingly
to provide proper support for this capability.

After applying this patch the following python snippet returns the
expected results:
    import libvirt
    conn = libvirt.openReadOnly('qemu:///system')
    devs = conn.listAllDevices()
    for dev in devs:
        if 'mdev_types' in dev.listCaps():
            print dev.name(),dev.numOfCaps(),dev.listCaps()

Signed-off-by: Dan Zheng <dzheng at redhat.com>
Signed-off-by: Erik Skultety <eskultet at redhat.com>

View the changeset: https://github.com/libvirt/libvirt/compare/v4.0.0-rc2

View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/329795662?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-ci/attachments/20180117/1d4921b8/attachment.htm>


More information about the Libvirt-ci mailing list