From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kjg5N-0007Rw-CZ for qemu-devel@nongnu.org; Sat, 27 Sep 2008 16:08:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kjg5M-0007Rd-N4 for qemu-devel@nongnu.org; Sat, 27 Sep 2008 16:08:13 -0400 Received: from [199.232.76.173] (port=33431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kjg5M-0007Ra-KN for qemu-devel@nongnu.org; Sat, 27 Sep 2008 16:08:12 -0400 Received: from rv-out-0708.google.com ([209.85.198.240]:16642) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kjfrn-0004Ct-AN for qemu-devel@nongnu.org; Sat, 27 Sep 2008 15:54:11 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1315273rvb.22 for ; Sat, 27 Sep 2008 12:54:09 -0700 (PDT) Message-ID: Date: Sat, 27 Sep 2008 22:54:09 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] sparc64 add mmu tlb demap support In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 9/27/08, Igor Kovalenko wrote: > Hi! > > This patch adds handling of explicit i/d demapping ASI writes. Tested > by examining i/d tlb dumps. This functionality is used by e.g. silo to > release mappings acquired to load kernel and initrd before proceeding > to kernel start. > > Please apply. Thanks, applied. I removed the XXX comment from I-MMU demap and added some blank lines between variable declarations and block body.