[libvirt] [PATCH 4/5] conf: Parse dommon configure file for memorytune monitors

Daniel P. Berrangé berrange at redhat.com
Fri Dec 13 15:13:27 UTC 2019


On Thu, Nov 14, 2019 at 01:08:22AM +0800, Wang Huaqiang wrote:
> From: Huaqiang <huaqiang.wang at intel.com>
> 
> 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>
>     ```
> 
> Signed-off-by: Huaqiang <huaqiang.wang at intel.com>
> ---
>  docs/schemas/domaincommon.rng              | 23 +++++++----
>  src/conf/domain_conf.c                     | 44 +++++++++++++++++-----
>  tests/genericxml2xmlindata/memorytune.xml  |  5 +++
>  tests/genericxml2xmloutdata/memorytune.xml | 42 +++++++++++++++++++++
>  tests/genericxml2xmltest.c                 |  2 +-
>  5 files changed, 98 insertions(+), 18 deletions(-)
>  create mode 100644 tests/genericxml2xmloutdata/memorytune.xml

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list