Christoffer Dall a737f256bf 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 <c.dall@virtualopensystems.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-06-06 15:24:00 +03:00
..
2012-05-06 15:51:56 +03:00
2012-04-27 19:40:29 -03:00
2012-04-27 19:40:29 -03:00
2010-10-24 10:53:14 +02:00
2011-12-27 11:23:39 +02:00
2011-07-24 11:50:40 +03:00
2011-12-27 11:17:05 +02:00
2012-04-08 14:03:13 +03:00