[libvirt] [PATCH] cpu_map: Add cqm alternative name for cmt

Jiri Denemark posted 1 patch 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/001760284643cb09f02c24cb548fca65c3b4339e.1509650984.git.jdenemar@redhat.com
src/cpu/cpu_map.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] cpu_map: Add cqm alternative name for cmt
Posted by Jiri Denemark 6 years, 5 months ago
Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in
the cpu_map.xml to make it easier to find.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 src/cpu/cpu_map.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
index 96f4ce60d..e5da7a887 100644
--- a/src/cpu/cpu_map.xml
+++ b/src/cpu/cpu_map.xml
@@ -224,7 +224,7 @@
     <feature name='rtm'>
       <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00000800'/>
     </feature>
-    <feature name='cmt'>
+    <feature name='cmt'> <!-- cqm -->
       <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00001000'/>
     </feature>
     <feature name='mpx'>
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] cpu_map: Add cqm alternative name for cmt
Posted by John Ferlan 6 years, 5 months ago

On 11/02/2017 03:29 PM, Jiri Denemark wrote:
> Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in
> the cpu_map.xml to make it easier to find.
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  src/cpu/cpu_map.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Trivial... Reviewed-by: John Ferlan <jferlan@redhat.com>

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] cpu_map: Add cqm alternative name for cmt
Posted by Kashyap Chamarthy 6 years, 5 months ago
On Thu, Nov 02, 2017 at 08:29:44PM +0100, Jiri Denemark wrote:
> Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in
> the cpu_map.xml to make it easier to find.

Thanks!  Wasted a few hours looking for the wrong flag the other day.

> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  src/cpu/cpu_map.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
> index 96f4ce60d..e5da7a887 100644
> --- a/src/cpu/cpu_map.xml
> +++ b/src/cpu/cpu_map.xml
> @@ -224,7 +224,7 @@
>      <feature name='rtm'>
>        <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00000800'/>
>      </feature>
> -    <feature name='cmt'>
> +    <feature name='cmt'> <!-- cqm -->
>        <cpuid eax_in='0x07' ecx_in='0x00' ebx='0x00001000'/>
>      </feature>
>      <feature name='mpx'>
> -- 
> 2.14.3
> 
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

-- 
/kashyap

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list