Re: [libvirt PATCH 31/39] cpu_x86: Move and rename x86FormatSignatures

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 s/were/where/ related functions will be added and rename the function as virCPUx86SignaturesFormat for easier review o

[libvirt PATCH 31/39] cpu_x86: Move and rename x86FormatSignatures

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 virCPUx86SignaturesFormat for easier review of the virCPUx86Signatures patch. Signed-off-by: Jiri Denemark