Build Update for libvirt/libvirt
-------------------------------------
Build: #1813
Status: Fixed
Duration: 21 mins and 44 secs
Commit: 91afd53 (master)
Author: Daniel Henrique Barboza
Message: qemu_process.c: removing qemuProcessStartValidateXML
Commit ("qemu_domain.c: moving maxCpu validation to
qemuDomainDefValidate") shortened the code of qemuProcessStartValidateXML.
The function is called only by qemuProcessStartValidate, in the
same file, and its code is now a single check that calls virDomainDefValidate.
Instead of leaving a function call just to execute a single check,
this patch puts the check in the body of qemuProcessStartValidate in the
place where qemuProcessStartValidateXML was being called. The function can
now be removed.
Signed-off-by: Daniel Henrique Barboza <danielhb413(a)gmail.com>
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/bba16ff111aa...91afd53cb88c
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/455712896?utm_medium=notific...
--
You can unsubscribe from build emails from the libvirt/libvirt repository going to
https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&....
Or unsubscribe from *all* email updating your settings at
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notifica....
Or configure specific recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications.