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)
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>

No differences found