For kvm/ia64, kvm-intel module is relocated to an special address space which is isolated from host address space, so it can't call printk of host kernel. For printk support, we firstly log the printk output to a log buffer, and on every vm exit vcpu helps to print the log to host kernel log buffer. It is very really helpful for debugging work. [PATCH 1/3] Add printk support for kvm-intel module. [PATCH 2/3] Use printk to print out guest status once vm panic occurs. [PATCH 3/3] External module fix for printk support in userspace. Thanks Xiantao -- To unsubscribe from this list: send the line "unsubscribe kvm-ia64" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html