Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 paravirt changes from Ingo Molnar: "Hypervisor signature detection cleanup and fixes - the goal is to make KVM guests run better on MS/Hyperv and to generalize and factor out the code a bit" * 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Correctly detect hypervisor x86, kvm: Switch to use hypervisor_cpuid_base() xen: Switch to use hypervisor_cpuid_base() x86: Introduce hypervisor_cpuid_base()
No related branches found
No related tags found
Showing
- arch/x86/include/asm/hypervisor.h 1 addition, 1 deletionarch/x86/include/asm/hypervisor.h
- arch/x86/include/asm/kvm_para.h 9 additions, 15 deletionsarch/x86/include/asm/kvm_para.h
- arch/x86/include/asm/processor.h 15 additions, 0 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/xen/hypervisor.h 1 addition, 15 deletionsarch/x86/include/asm/xen/hypervisor.h
- arch/x86/kernel/cpu/hypervisor.c 7 additions, 8 deletionsarch/x86/kernel/cpu/hypervisor.c
- arch/x86/kernel/cpu/mshyperv.c 8 additions, 5 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/cpu/vmware.c 4 additions, 4 deletionsarch/x86/kernel/cpu/vmware.c
- arch/x86/kernel/kvm.c 2 additions, 4 deletionsarch/x86/kernel/kvm.c
- arch/x86/xen/enlighten.c 3 additions, 6 deletionsarch/x86/xen/enlighten.c
Please register or sign in to comment