From: Christoffer Dall Date: Sun, 3 Jun 2012 18:17:48 +0000 (+0300) Subject: KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers X-Git-Tag: v3.6-rc1~124^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a737f256bf14adf94920aa70d150ab4dcd145109;p=pandora-kernel.git KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers Introduces a couple of print functions, which are essentially wrappers around standard printk functions, with a KVM: prefix. Functions introduced or modified are: - kvm_err(fmt, ...) - kvm_info(fmt, ...) - kvm_debug(fmt, ...) - kvm_pr_unimpl(fmt, ...) - pr_unimpl(vcpu, fmt, ...) -> vcpu_unimpl(vcpu, fmt, ...) Signed-off-by: Christoffer Dall Signed-off-by: Avi Kivity --- Reading git-diff-tree failed