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'/>
|
||||
|
||||
30
tests/genericxml2xmlindata/cachetune-colliding-monitor.xml
Normal file
30
tests/genericxml2xmlindata/cachetune-colliding-monitor.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<domain type='qemu'>
|
||||
<name>QEMUGuest1</name>
|
||||
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
||||
<memory unit='KiB'>219136</memory>
|
||||
<currentMemory unit='KiB'>219136</currentMemory>
|
||||
<vcpu placement='static'>4</vcpu>
|
||||
<cputune>
|
||||
<cachetune vcpus='0-1'>
|
||||
<cache id='0' level='3' type='both' size='768' unit='KiB'/>
|
||||
<monitor level='3' vcpus='2'/>
|
||||
</cachetune>
|
||||
</cputune>
|
||||
<os>
|
||||
<type arch='i686' machine='pc'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
<on_reboot>restart</on_reboot>
|
||||
<on_crash>destroy</on_crash>
|
||||
<devices>
|
||||
<emulator>/usr/bin/qemu-system-i686</emulator>
|
||||
<controller type='usb' index='0'/>
|
||||
<controller type='ide' index='0'/>
|
||||
<controller type='pci' index='0' model='pci-root'/>
|
||||
<input type='mouse' bus='ps2'/>
|
||||
<input type='keyboard' bus='ps2'/>
|
||||
<memballoon model='virtio'/>
|
||||
</devices>
|
||||
</domain>
|
||||
@@ -7,6 +7,13 @@
|
||||
<cputune>
|
||||
<cachetune vcpus='0-1'>
|
||||
<cache id='0' level='3' type='both' size='768' unit='KiB'/>
|
||||
<monitor level='3' vcpus='0'/>
|
||||
<monitor level='3' vcpus='1'/>
|
||||
<monitor level='3' vcpus='0-1'/>
|
||||
</cachetune>
|
||||
<cachetune vcpus='2-3'>
|
||||
<monitor level='3' vcpus='2'/>
|
||||
<monitor level='3' vcpus='3'/>
|
||||
</cachetune>
|
||||
</cputune>
|
||||
<os>
|
||||
|
||||
Reference in New Issue
Block a user