-----Original Message-----
From: Peter Krempa [mailto:pkrempa@redhat.com]
Sent: Thursday, October 29, 2015 4:43 PM
To: Ren, Qiaowei
Cc: libvir-list(a)redhat.com; Feng, Shaohe
Subject: Re: [libvirt] [PATCH 1/3] cpu_map.xml: add cmt feature to x86
On Thu, Oct 29, 2015 at 14:02:28 +0800, Qiaowei Ren wrote:
> Some Intel processor families (e.g. the Intel Xeon processor E5 v3
> family) introduced CMT (Cache Monitoring Technology) to measure the
> usage of cache by applications running on the platform. This patch add
> it into x86 part of cpu_map.xml.
>
> Signed-off-by: Qiaowei Ren <qiaowei.ren(a)intel.com>
> ---
> .gnulib | 2 +-
> src/cpu/cpu_map.xml | 3 +++
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/.gnulib b/.gnulib
> index f39477d..106a386 160000
> --- a/.gnulib
> +++ b/.gnulib
> @@ -1 +1 @@
> -Subproject commit f39477dba778e99392948dd3dd19ec0d46aee932
> +Subproject commit 106a3866d01f9dd57ab4f10dbeb0d5a8db73a9f7
This hunk should not be here. Gnulib versions are changed separately.
Also I doubt that it's necessary.
Yes. This should be not necessary here.
Thanks,
Qiaowei