]> www.infradead.org Git - users/dwmw2/linux.git/commit
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>
Sun, 23 Nov 2008 13:07:48 +0000 (15:07 +0200)
commit985d2da557bfd89343266288cef82a74a56a3d49
treebe7f1fc0b9d81e8b0d4a1f4c082392b3ea52136f
parentd7821121b97156765de75cbcfc00b5c183a4c1e1
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