Skip to content

Commit 335bc60

Browse files
author
Herton R. Krzesinski
committed
Merge: KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1904 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2160005 Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Approved-by: Bandan Das <bsd@redhat.com> Approved-by: Paolo Bonzini <bonzini@gnu.org> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents d928755 + 952ebf9 commit 335bc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kvm/svm/sev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ static int sev_es_sync_vmsa(struct vcpu_svm *svm)
605605
save->dr6 = svm->vcpu.arch.dr6;
606606

607607
pr_debug("Virtual Machine Save Area (VMSA):\n");
608-
print_hex_dump(KERN_CONT, "", DUMP_PREFIX_NONE, 16, 1, save, sizeof(*save), false);
608+
print_hex_dump_debug("", DUMP_PREFIX_NONE, 16, 1, save, sizeof(*save), false);
609609

610610
return 0;
611611
}

0 commit comments

Comments
 (0)