Re: [libvirt] [PATCH 35/36] cpu_x86: Read CPU features from IA32_ARCH_CAPABILITIES MSR

2019-04-09 Thread Ján Tomko
On Mon, Apr 08, 2019 at 10:42:39AM +0200, Jiri Denemark wrote: This is used by the host capabilities code to construct host CPU definition. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 24 1 file changed, 24 insertions(+) diff --git a/src/cpu/cpu_x86.c b/src/cpu

[libvirt] [PATCH 35/36] cpu_x86: Read CPU features from IA32_ARCH_CAPABILITIES MSR

2019-04-08 Thread Jiri Denemark
This is used by the host capabilities code to construct host CPU definition. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 24 1 file changed, 24 insertions(+) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index 1fe6770d57..74385f7992 100644 --- a/src/cpu/cp