x86/cpuid: Effectively remove pv_cpuid() and hvm_cpuid()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 11 Jan 2017 11:59:02 +0000 (11:59 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 11 Jan 2017 11:59:02 +0000 (11:59 +0000)
commit46df8a65e4cbddf70ead5247bc8a71499bd3ae62
treedc2286290b5549951082028181d0a468c11b1b39
parent8851de2c384f7db52a322e5448c51b765212e283
x86/cpuid: Effectively remove pv_cpuid() and hvm_cpuid()

All callers of pv_cpuid() and hvm_cpuid() (other than guest_cpuid() legacy
path) have been removed from the codebase.  Move them into cpuid.c to avoid
any further use, leaving guest_cpuid() as the sole API to use.

This is purely code motion, with no functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpuid.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/traps.c
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/processor.h