]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Drop unused parameter from cpuDecode
authorJiri Denemark <jdenemar@redhat.com>
Tue, 26 Sep 2017 08:24:05 +0000 (10:24 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 Oct 2017 07:21:52 +0000 (09:21 +0200)
commita62dca833ea8deff536b094506ff7478e83fb002
tree3f1f041cdc42e7447efec9ebf5a5b3bab38dfd50
parentfd885a06a0a753cd7da2d16e539de27a45f374d4
cpu: Drop unused parameter from cpuDecode

The "preferred" parameter is not used by any caller of cpuDecode
anymore. It's only used internally in cpu_x86 to implement cpuBaseline.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_ppc64.c
src/cpu/cpu_x86.c
src/libxl/libxl_capabilities.c
src/qemu/qemu_capabilities.c
tests/cputest.c