On 10/04/2017 10:58 AM, Jiri Denemark wrote:
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(a)redhat.com>
---
src/cpu/cpu.c | 15 ++++-----------
src/cpu/cpu.h | 6 ++----
src/cpu/cpu_ppc64.c | 5 ++---
src/cpu/cpu_x86.c | 7 +++----
src/libxl/libxl_capabilities.c | 2 +-
src/qemu/qemu_capabilities.c | 4 +---
tests/cputest.c | 2 +-
7 files changed, 14 insertions(+), 27 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John