From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NixWP-0005m4-PX for qemu-devel@nongnu.org; Sat, 20 Feb 2010 17:09:57 -0500 Received: from [199.232.76.173] (port=42546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NixWP-0005ld-9N for qemu-devel@nongnu.org; Sat, 20 Feb 2010 17:09:57 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NixWO-0000CQ-HU for qemu-devel@nongnu.org; Sat, 20 Feb 2010 17:09:57 -0500 Received: from are.twiddle.net ([75.149.56.221]:56183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NixWO-0000CA-7C for qemu-devel@nongnu.org; Sat, 20 Feb 2010 17:09:56 -0500 Message-ID: <4B805DA7.7070302@twiddle.net> Date: Sat, 20 Feb 2010 14:09:43 -0800 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] Get tcg-hppa working References: <20100220210754.GA31010@miranda.arrow> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Stuart Brady , qemu-devel@nongnu.org On 02/20/2010 01:54 PM, malc wrote: >> The qemu_ld / qemu_st cleanup strikes me as something that would be >> appropriate for some other TCG targets too, once this has been applied. > > Care to point out what this cleanup is, my HPPA-fu is around zero. Split out a tlb_read function from qemu_ld/qemu_st, as is already done on ppc64. r~