Skip to content
Snippets Groups Projects
Commit a629df7e authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

kvm: x86: drop severity of "generation wraparound" message


Since most virtual machines raise this message once, it is a bit annoying.
Make it KERN_DEBUG severity.

Cc: stable@vger.kernel.org
Fixes: 7a2e8aaf
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent baa03522
No related branches found
No related tags found
No related merge requests found
......@@ -4448,7 +4448,7 @@ void kvm_mmu_invalidate_mmio_sptes(struct kvm *kvm)
* zap all shadow pages.
*/
if (unlikely(kvm_current_mmio_generation(kvm) == 0)) {
printk_ratelimited(KERN_INFO "kvm: zapping shadow pages for mmio generation wraparound\n");
printk_ratelimited(KERN_DEBUG "kvm: zapping shadow pages for mmio generation wraparound\n");
kvm_mmu_invalidate_zap_all_pages(kvm);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment