Build Update for libvirt/libvirt
-------------------------------------
Build: #162
Status: Errored
Duration: 16 minutes and 46 seconds
Commit: 5d3994d (master)
Author: John Ferlan
Message: nodedev: Remove privateData from virNodeDeviceObj
It was only ever used in node_device_hal.c which really never used it
anyway since the NODE_DEV_UDI was never referenced. Remove free_udi()
and @privData as well as the references to obj->privateData & obj->privateFree.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/9c9a12ca3186...5d3994d82265
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/239072085?utm_source=email&utm…
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
Build Update for libvirt/libvirt
-------------------------------------
Build: #158
Status: Errored
Duration: 23 minutes and 42 seconds
Commit: 4fd5c2f (master)
Author: Julio Faracco
Message: util: remove dead code inside virstoragefile
The host address or the socket path have already been checked at the
begining of the function virStorageSourceParseNBDColonString(). So,
when the parameter is not a unix socket, there is no reason to check
the address again because if it does not exists, the logic will fail
in the first IF conditional.
Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com>
View the changeset: https://github.com/libvirt/libvirt/compare/8b994d5189b8...4fd5c2fbce83
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/238646665?utm_source=email&utm…
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
Build Update for libvirt/libvirt
-------------------------------------
Build: #148
Status: Passed
Duration: 19 minutes and 7 seconds
Commit: f9b69c8 (v3.4.0-rc2)
Author: Erik Skultety
Message: qemu: json: Fix daemon crash on handling domain shutdown event
commit a8eba5036 added further checking of the guest shutdown cause, but
this enhancement is available since qemu 2.10, causing a crash because
of a NULL pointer dereference on older qemus.
Thread 1 "libvirtd" received signal SIGSEGV, Segmentation fault.
0x00007ffff72441af in virJSONValueObjectGet (object=0x0,
key=0x7fffd5ef11bf "guest")
at util/virjson.c:769
769 if (object->type != VIR_JSON_TYPE_OBJECT)
(gdb) bt
0 in virJSONValueObjectGet
1 in virJSONValueObjectGetBoolean
2 in qemuMonitorJSONHandleShutdown
3 in qemuMonitorJSONIOProcessEvent
4 in qemuMonitorJSONIOProcessLine
5 in qemuMonitorJSONIOProcess
6 in qemuMonitorIOProcess
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
View the changeset: https://github.com/libvirt/libvirt/compare/v3.4.0-rc2
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/237689827?utm_source=email&utm…
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications