Re: [libvirt] [PATCH 08/26] cpu_x86: Separate vendor parsing from x86ModelParse

2019-02-28 Thread Ján Tomko
On Wed, Feb 27, 2019 at 02:28:58PM +0100, Jiri Denemark wrote: The code is separated into a new x86ModelParseVendor function. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 50 ++- 1 file changed, 32 insertions(+), 18 deletions(-) Reviewed-by:

[libvirt] [PATCH 08/26] cpu_x86: Separate vendor parsing from x86ModelParse

2019-02-27 Thread Jiri Denemark
The code is separated into a new x86ModelParseVendor function. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 50 ++- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index 163fcbf5ac..fcbc1052