commit | a737f256bf14adf94920aa70d150ab4dcd145109 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <c.dall@virtualopensystems.com> | Sun Jun 03 21:17:48 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 06 15:24:00 2012 +0300 |
tree | d3c167e7c526299f06ceedbca16e3f61515d139c | |
parent | 4ae57b6cfe67d12c9ba340cf172dc4e38a651ec5 [diff] |
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>