]> xenbits.xensource.com Git - libvirt.git/commit
cpu_map.xml: add cmt/mbm feature to x86
authorQiaowei Ren <qiaowei.ren@intel.com>
Fri, 24 Jun 2016 00:44:50 +0000 (08:44 +0800)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 24 Jun 2016 22:23:58 +0000 (00:23 +0200)
commitf294b83ee632a6330f3a3045fbb5bcb9d9951c03
treeeab61edc5ea636472845c540a3053ed494811465
parente2ddc811ab1f3a1d59415a091a67a9a067ed3ef7
cpu_map.xml: add cmt/mbm feature to x86

Some Intel processor families (e.g. the Intel Xeon processor E5 v3
family) introduced some PQos (Platform Qos) features, including CMT
(Cache Monitoring technology) and MBM (Memory Bandwidth Monitoring),
to monitor or control shared resource. This patch add them into x86
part of cpu_map.xml to be used for applications based on libvirt to
get cpu capabilities. For example, Nova in OpenStack schedules guests
based on the CPU features that the host has.

Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
src/cpu/cpu_map.xml
tests/cputestdata/x86-cpuid-Xeon-E5-2630-guest.xml
tests/cputestdata/x86-cpuid-Xeon-E5-2630-host.xml
tests/cputestdata/x86-cpuid-Xeon-E5-2650-guest.xml
tests/cputestdata/x86-cpuid-Xeon-E5-2650-host.xml