]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Compare CPU candidates in a separate function
authorJiri Denemark <jdenemar@redhat.com>
Thu, 12 May 2016 12:50:17 +0000 (14:50 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 May 2016 13:46:27 +0000 (15:46 +0200)
commitea51e6a04550422d92aa9421f6dc61436f8302fc
treee726f86f26da6673aca7b04c800468a6bbd21006
parent5b991c44ed947806ccc98dcae5d9e18e1e8618f2
cpu_x86: Compare CPU candidates in a separate function

Splitting the comparison into a separate function makes the code cleaner
and easier to update in the future.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu_x86.c