Re: [libvirt PATCH 30/39] cpu_x86: Move and rename x86ModelHasSignature

2020-04-07 Thread Ján Tomko
On a Friday in 2020, Jiri Denemark wrote: Later in this series the function will work on a newly introduced virCPUx86Signatures structure. Let's move it to the place were all related functions will be added and rename the function as virCPUx86SignaturesMatch for easier review of the

[libvirt PATCH 30/39] cpu_x86: Move and rename x86ModelHasSignature

2020-03-27 Thread Jiri Denemark
Later in this series the function will work on a newly introduced virCPUx86Signatures structure. Let's move it to the place were all related functions will be added and rename the function as virCPUx86SignaturesMatch for easier review of the virCPUx86Signatures patch. Signed-off-by: Jiri Denemark