libvirt/docs/schemas
Wang Huaqiang 6af8417415 conf: Introduce RDT monitor host capability
This patch is introducing cache monitor(CMT) to cache and
memory bandwidth monitor(MBM) for monitoring CPU memory
bandwidth.

The host capability of the two monitors is also introduced
in this patch.

For CMT, the host capability is shown like:
  <host>
  ...
    <cache>
      <bank id='0' level='3' type='both' size='15' unit='MiB' cpus='0-5'>
        <control granularity='768' min='1536' unit='KiB' type='both' maxAllocs='4'/>
      </bank>
      <monitor level='3' 'reuseThreshold'='270336' maxMonitors='176'>
        <feature name='llc_occupancy'/>
      </monitor>
    </cache>
    ...
  </host>

For MBM, the capability is shown like this:
  <host>
    ...
    <memory_bandwidth>
      <node id='1' cpus='6-11'>
        <control granularity='10' min ='10' maxAllocs='4'/>
      </node>
      <monitor maxMonitors='176'>
        <feature name='mbm_total_bytes'/>
        <feature name='mbm_local_bytes'/>
      </monitor>
    </memory_bandwidth>
    ...
  </host>

Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
2018-09-20 13:06:02 -04:00
..
basictypes.rng util: add RISC-V architectures 2018-08-24 13:23:36 +02:00
capability.rng conf: Introduce RDT monitor host capability 2018-09-20 13:06:02 -04:00
cputypes.rng conf: Introduce memoryBacking/discard 2018-05-14 09:42:20 +02:00
domain.rng
domaincaps.rng conf: Fix formatting of <sev> element in domain capabilities XML 2018-06-15 10:49:13 +02:00
domaincommon.rng docs: update domain schema for machine attribute 2018-09-07 14:23:38 -06:00
domainsnapshot.rng
interface.rng schema: remove reference to brctl 2018-06-07 16:30:59 +02:00
network.rng
networkcommon.rng
nodedev.rng schema: Add missing block data for nodedev 2018-05-25 09:36:42 -04:00
nwfilter_params.rng schemas: add schema for nwfilter binding XML document 2018-06-26 11:22:07 +01:00
nwfilter.rng schemas: add schema for nwfilter binding XML document 2018-06-26 11:22:07 +01:00
nwfilterbinding.rng schemas: add schema for nwfilter binding XML document 2018-06-26 11:22:07 +01:00
secret.rng
storagecommon.rng docs: move storage initiator def into storagecommon.rng 2018-08-08 17:33:12 +02:00
storagepool.rng docs: move storage initiator def into storagecommon.rng 2018-08-08 17:33:12 +02:00
storagevol.rng docs: schemas: Fix missing timestamp inside backingStore 2018-09-11 10:44:26 +02:00