Re: [libvirt] [PATCH v2 4/7] cpu_x86: Read CPU features from IA32_ARCH_CAPABILITIES MSR

2019-06-21 Thread John Ferlan
On 6/19/19 6:53 PM, Jiri Denemark wrote: > This is used by the host capabilities code to construct host CPU > definition. > > Signed-off-by: Jiri Denemark > Reviewed-by: Ján Tomko > --- > src/cpu/cpu_x86.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/src/c

Re: [libvirt] [PATCH v2 4/7] cpu_x86: Read CPU features from IA32_ARCH_CAPABILITIES MSR

2019-06-20 Thread Ján Tomko
On Thu, Jun 20, 2019 at 12:53:39AM +0200, Jiri Denemark wrote: This is used by the host capabilities code to construct host CPU definition. Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- src/cpu/cpu_x86.c | 22 ++ 1 file changed, 22 insertions(+) Reviewed-by: Ján

[libvirt] [PATCH v2 4/7] cpu_x86: Read CPU features from IA32_ARCH_CAPABILITIES MSR

2019-06-19 Thread Jiri Denemark
This is used by the host capabilities code to construct host CPU definition. Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- src/cpu/cpu_x86.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index a7ec0f7095..5f051950de 1