From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51639 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuQ5c-0006zN-L3 for qemu-devel@nongnu.org; Sat, 11 Sep 2010 09:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuQ5b-0007vW-Cl for qemu-devel@nongnu.org; Sat, 11 Sep 2010 09:25:56 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:42763) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuQ5b-0007vN-4S for qemu-devel@nongnu.org; Sat, 11 Sep 2010 09:25:55 -0400 Received: by eyf18 with SMTP id 18so2525669eyf.4 for ; Sat, 11 Sep 2010 06:25:54 -0700 (PDT) Date: Sat, 11 Sep 2010 15:25:50 +0200 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] [PATCH] powerpc: Avoid TLB related log spamming Message-ID: <20100911132550.GC25515@laped.lan> References: <1284208737-16361-1-git-send-email-edgar.iglesias@gmail.com> <21B9ED2E-DF99-4F3C-AA93-ACAB4D3849DC@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21B9ED2E-DF99-4F3C-AA93-ACAB4D3849DC@suse.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org On Sat, Sep 11, 2010 at 03:19:57PM +0200, Alexander Graf wrote: > On 11.09.2010, at 14:38, Edgar E. Iglesias wrote: > > Invalid TLB entries are normal and should not spam the log. > > Thanks, applied to my ppc tree: > [1]git://repo.or.cz/qemu/agraf.git ppc-next > Alex Thanks Alex, I applied this to upstream as a small obvious patch. The soon to come MMU patches should definitely go through your tree though. Cheers, Edgar