Build Update for libvirt/libvirt
-------------------------------------
Build: #2964
Status: Broken
Duration: 39 mins and 11 secs
Commit: 40a070a (master)
Author: Huaqiang
Message: conf: create memory bandwidth monitor.
Following domain configuration changes create two memory bandwidth
monitors: one is monitoring the bandwidth consumed by vCPU 0,
another is for vCPU 5.
```
<cputune>
<memorytune vcpus='0-4'>
<node id='0' bandwidth='20'/>
<node id='1' bandwidth='30'/>
+ <monitor vcpus='0'/>
</memorytune>
+ <memorytune vcpus='5'>
+ <monitor vcpus='5'/>
+ </memorytune>
</cputune>
```
Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com>
Signed-off-by: Huaqiang <huaqiang.wang(a)intel.com>
View the changeset:
https://github.com/libvirt/libvirt/compare/20071c9f99e9...40a070ae013e
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/624681625?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.