]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kvm: x86: don't print warning messages for unimplemented msrs
authorBandan Das <bsd@redhat.com>
Tue, 15 Nov 2016 06:36:18 +0000 (01:36 -0500)
committerAaron Young <Aaron.Young@oracle.com>
Fri, 17 Nov 2017 20:25:01 +0000 (12:25 -0800)
commitfd35b6e19024e581082b37db82a12b54b5e57d67
tree813db42e4f34af0b0a634c239c02ac69d66a4e40
parente6b68ea8df4ad74e2cc83f7cb939b96f3ac3aea1
kvm: x86: don't print warning messages for unimplemented msrs

Change unimplemented msrs messages to use pr_debug.
If CONFIG_DYNAMIC_DEBUG is set, then these messages can be
enabled at run time or else -DDEBUG can be used at compile
time to enable them. These messages will still be printed if
ignore_msrs=1.

Signed-off-by: Bandan Das <bsd@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
(cherry picked from commit ae0f5499511e5b1723792c848e44d661d0d4e22f)

Orabug: 26933160

Signed-off-by: Aaron Young <Aaron.Young@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Conflicts:
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h

NOTE: Conflicts were due to unrelated or missing changes which prevented
the auto-merge. They were things such as slight tweaks to the vcpu_unimpl()
function output strings/parameters to include extra info and
leading "0x" strings before hex output. Things like that.
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h