mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Introduce cache monitor element in cachetune
Introducing <monitor> element under <cachetune> to represent a cache monitor. Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
committed by
John Ferlan
parent
a54824e7d0
commit
a5c4e705a5
@@ -8,9 +8,12 @@
|
||||
<cachetune vcpus='0-1'>
|
||||
<cache id='0' level='3' type='code' size='7680' unit='KiB'/>
|
||||
<cache id='1' level='3' type='data' size='3840' unit='KiB'/>
|
||||
<monitor level='3' vcpus='0'/>
|
||||
<monitor level='3' vcpus='1'/>
|
||||
</cachetune>
|
||||
<cachetune vcpus='2'>
|
||||
<cache id='1' level='3' type='code' size='6' unit='MiB'/>
|
||||
<monitor level='3' vcpus='2'/>
|
||||
</cachetune>
|
||||
<cachetune vcpus='3'>
|
||||
<cache id='1' level='3' type='data' size='6912' unit='KiB'/>
|
||||
|
||||
Reference in New Issue
Block a user