aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm/kvm_lib.c
Commit message (Collapse)AuthorAge
* KVM: ia64: Define printk function for kvm-intel moduleXiantao Zhang2008-12-31
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>