]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Add x86ModelCopySignatures helper
authorJiri Denemark <jdenemar@redhat.com>
Mon, 4 Mar 2019 15:18:42 +0000 (16:18 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 5 Mar 2019 13:38:52 +0000 (14:38 +0100)
commit2254c1cfb854dfc52f3b4bfdfca2bd995b0a163c
treee85f1ec4856b44c7e53f2d97522843d2adc60323
parent8d7245441a473bc1f73005fd378d4a925870cce6
cpu_x86: Add x86ModelCopySignatures helper

Introduce a helper for copying CPU signature between two CPU models.

It's not very useful until the way we store signatures is changed in the
next patch.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c