Re: [libvirt] [PATCH 09/26] cpu_x86: Separate feature list parsing from x86ModelParse

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

[libvirt] [PATCH 09/26] cpu_x86: Separate feature list parsing from x86ModelParse

2019-02-27 Thread Jiri Denemark
The code is separated into a new x86ModelParseFeatures function. Signed-off-by: Jiri Denemark --- src/cpu/cpu_x86.c | 68 +++ 1 file changed, 39 insertions(+), 29 deletions(-) diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index fcbc105218..82f7bc