mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
0ab409ccc4
Add cache resource control into capabilities for CAT without CDP: <cache> <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'> <control min='768' unit='KiB' scope='both' max_allocation='4'/> </bank> </cache> and with CDP: <cache> <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'> <control min='768' unit='KiB' scope='code' max_allocation='4'/> <control min='768' unit='KiB' scope='data' max_allocation='4'/> </bank> </cache> Also add new test cases for vircaps2xmltest. Signed-off-by: Eli Qiao <liyong.qiao@intel.com> |
||
---|---|---|
.. | ||
linux-basic | ||
linux-caches | ||
linux-resctrl | ||
linux-resctrl-cdp | ||
vircaps-aarch64-basic.xml | ||
vircaps-x86_64-basic.xml | ||
vircaps-x86_64-caches.xml | ||
vircaps-x86_64-resctrl-cdp.xml | ||
vircaps-x86_64-resctrl.xml |