From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: Re: kvm: zapping shadow pages for mmio generation wraparound Date: Sun, 21 Dec 2014 09:28:04 +0300 Message-ID: <54966874.50306@msgid.tls.msk.ru> References: <51ED9CC0.9070405@bitsync.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Paolo Bonzini To: kvm-devel Return-path: Received: from isrv.corpit.ru ([86.62.121.231]:45735 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830AbaLUG2H (ORCPT ); Sun, 21 Dec 2014 01:28:07 -0500 In-Reply-To: <51ED9CC0.9070405@bitsync.net> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 23 Jul 2013 13:50:21 +0200, Paolo Bonzini wrote: ... > > Jul 21 00:25:32 ps kernel: kvm: zapping shadow pages for mmio generation > > wraparound > > The log message would let us correlate any reports with a new > optimization (added in 3.11). We will probably downgrade it to > KERN_DEBUG before 3.11 goes out (or otherwise cause it to disappear), in > the meanwhile it's harmless. Hm. I just upgraded one of our heavy-kvm-usage host from 3.10 to 3.16, and it started showing these messages (hence I started searching and found this thread from 2013). Has it not been decided to downgrade this message to KERN_DEBUG for some reason? What does this message mean anyway? Why this very rare case (according to comments in arch/x86/kvm/mmu.c) happens on this machine? Thanks, /mjt