<attribute name="granularity">
<ref name="unsignedInt"/>
</attribute>
- <optional>
- <attribute name="min">
- <ref name="unsignedInt"/>
- </attribute>
- </optional>
+ <optional>
+ <attribute name="min">
+ <ref name="unsignedInt"/>
+ </attribute>
+ </optional>
<attribute name="maxAllocs">
<ref name="unsignedInt"/>
</attribute>
node->id, cpus_str);
virBufferAsprintf(&childrenBuf,
- "<control granularity='%u' min ='%u' "
+ "<control granularity='%u' min='%u' "
"maxAllocs='%u'/>\n",
control->granularity, control->min,
control->max_allocation);
rv = virFileReadValueUint(&i_membw->max_allocation,
SYSFS_RESCTRL_PATH "/info/MB/num_closids");
if (rv == -2) {
- /* Similar reasoning to min_bandwidth above. */
+ /* Similar reasoning to min_bandwidth above. */
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("Cannot get max allocation from resctrl memory info"));
}
</cache>
<memory_bandwidth>
<node id='0' cpus='0-5'>
- <control granularity='10' min ='10' maxAllocs='4'/>
+ <control granularity='10' min='10' maxAllocs='4'/>
</node>
<node id='1' cpus='6-11'>
- <control granularity='10' min ='10' maxAllocs='4'/>
+ <control granularity='10' min='10' maxAllocs='4'/>
</node>
<monitor maxMonitors='176'>
<feature name='mbm_total_bytes'/>
</cache>
<memory_bandwidth>
<node id='0' cpus='0-5'>
- <control granularity='10' min ='10' maxAllocs='4'/>
+ <control granularity='10' min='10' maxAllocs='4'/>
</node>
<node id='1' cpus='6-11'>
- <control granularity='10' min ='10' maxAllocs='4'/>
+ <control granularity='10' min='10' maxAllocs='4'/>
</node>
<monitor maxMonitors='176'>
<feature name='mbm_total_bytes'/>