]> xenbits.xensource.com Git - libvirt.git/commit
cpu_x86: Move and rename x86ModelHasSignature
authorJiri Denemark <jdenemar@redhat.com>
Thu, 26 Mar 2020 14:12:26 +0000 (15:12 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 8 Apr 2020 15:41:56 +0000 (17:41 +0200)
commit782be9f0af2e02e725fca45b7674e8b2f008dc6c
treeb950998cb10fea5b6186f9dcf6940438a4522fd8
parenta8ec1d746ed41ac76df2e28cbc5683b3e37b9a60
cpu_x86: Move and rename x86ModelHasSignature

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 <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c