Re: [libvirt] [PATCH v2 13/30] cpu_x86: Store CPU signature in an array

2019-03-05 Thread Ján Tomko
On Tue, Mar 05, 2019 at 10:40:29AM +0100, Jiri Denemark wrote: In preparation for storing several CPU signatures in a single CPU model, we need to turn virCPUx86Model's signature into an array of signatures. The parser still hardcodes the number of signatures to 1, but the following patch will d

[libvirt] [PATCH v2 13/30] cpu_x86: Store CPU signature in an array

2019-03-05 Thread Jiri Denemark
In preparation for storing several CPU signatures in a single CPU model, we need to turn virCPUx86Model's signature into an array of signatures. The parser still hardcodes the number of signatures to 1, but the following patch will drop this limit. Signed-off-by: Jiri Denemark --- Notes: Ve