KVM: emulate: move init_decode_cache to emulate.c
authorBandan Das <bsd@redhat.com>
Wed, 16 Apr 2014 16:46:09 +0000 (12:46 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jul 2014 07:13:59 +0000 (09:13 +0200)
commit1498507a47867596de158d4db8728e92385a4919
tree142c955f4accbcc4c41453ef6fe6be4b033177d8
parentf5f87dfbc777f89148c3c66438741139845d3ac6
KVM: emulate: move init_decode_cache to emulate.c

Core emulator functions all belong in emulator.c,
x86 should have no knowledge of emulator internals

Signed-off-by: Bandan Das <bsd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c