KVM: Move kvm_vcpu_kick() to x86.c
authorZhang Xiantao <xiantao.zhang@intel.com>
Mon, 17 Dec 2007 06:21:40 +0000 (14:21 +0800)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 16:01:19 +0000 (18:01 +0200)
Moving kvm_vcpu_kick() to x86.c. Since it should be
common for all archs, put its declarations in <linux/kvm_host.h>

Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found