From: Carsten Otte Date: Tue, 30 Oct 2007 17:44:21 +0000 (+0100) Subject: KVM: Portability: Move x86 emulation and mmio device hook to x86.c X-Git-Tag: v2.6.25-rc1~1138^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd9b64e37aff5aa715ec5e168425790f5983bf1;p=pandora-kernel.git KVM: Portability: Move x86 emulation and mmio device hook to x86.c This patch moves the following functions to from kvm_main.c to x86.c: emulator_read/write_std, vcpu_find_pervcpu_dev, vcpu_find_mmio_dev, emulator_read/write_emulated, emulator_write_phys, emulator_write_emulated_onepage, emulator_cmpxchg_emulated, get_setment_base, emulate_invlpg, emulate_clts, emulator_get/set_dr, kvm_report_emulation_failure, emulate_instruction The following data type is moved to x86.c: struct x86_emulate_ops emulate_ops Signed-off-by: Carsten Otte Acked-by: Hollis Blanchard Signed-off-by: Avi Kivity --- Reading git-diff-tree failed