]> git.karo-electronics.de Git - karo-tx-linux.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)
commit2860c4b1678646c99f5f1d77d026cd12ffd8a3a9
treeb601cc2cb882019c710eca8f90acb52f91144417
parent6662ba347b29b6df0756ffedb167fa4d89bab06f
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