KVM: ia64: Define printk function for kvm-intel module
authorXiantao Zhang <xiantao.zhang@intel.com>
Fri, 21 Nov 2008 12:58:11 +0000 (20:58 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:54:59 +0000 (16:54 +0200)
commit7d637978151511148912fe2ea2bac9f9c64f5c35
tree22e335962c537535f3afae23f5f46b76b7d6e248
parentd176720d34c72f7a8474a12204add93e54fe3ef1
KVM: ia64: Define printk function for kvm-intel module

kvm-intel module is relocated to an isolated address space
with kernel, so it can't call host kernel's printk for debug
purpose. In the module, we implement the printk to output debug
info of vmm.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/ia64/include/asm/kvm_host.h
arch/ia64/kvm/Makefile
arch/ia64/kvm/kvm-ia64.c
arch/ia64/kvm/kvm_lib.c [new file with mode: 0644]
arch/ia64/kvm/vmm.c