]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: move architecture-dependent requests to arch/
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jan 2016 14:05:10 +0000 (15:05 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Jan 2016 18:04:36 +0000 (19:04 +0100)
commit216e8aeccb2ebef4a2771f0e3e0b69ae304b12b2
treeb601cc2cb882019c710eca8f90acb52f91144417
parent4669b540b1651dcefdd9e2fd290917dbad648d20
KVM: move architecture-dependent requests to arch/

Since the numbers now overlap, it makes sense to enumerate
them in asm/kvm_host.h rather than linux/kvm_host.h.  Functions
that refer to architecture-specific requests are also moved
to arch/.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/powerpc/include/asm/kvm_host.h
arch/s390/include/asm/kvm_host.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c