From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiQtw-0006GA-P4 for qemu-devel@nongnu.org; Wed, 04 Jan 2012 08:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiQtv-0002bJ-Dt for qemu-devel@nongnu.org; Wed, 04 Jan 2012 08:29:08 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:57647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiQtv-0002b9-A0 for qemu-devel@nongnu.org; Wed, 04 Jan 2012 08:29:07 -0500 Received: by qcsd15 with SMTP id d15so10983777qcs.4 for ; Wed, 04 Jan 2012 05:29:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1325175596-5807-6-git-send-email-mark.langsdorf@calxeda.com> References: <1325175596-5807-1-git-send-email-mark.langsdorf@calxeda.com> <1325175596-5807-6-git-send-email-mark.langsdorf@calxeda.com> Date: Wed, 4 Jan 2012 13:29:06 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v5 5/5] add L2x0/PL310 cache controller device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Langsdorf Cc: qemu-devel@nongnu.org, rob.herring@calxeda.com, afaerber@suse.de On 29 December 2011 16:19, Mark Langsdorf wrote: > From: Rob Herring > > This is just a dummy device for ARM L2 cache controllers, based on the > pl310. The cache type parameter can be defined by a property value > and has a meaningful default. > > Signed-off-by: Rob Herring > Signed-off-by: Mark Langsdorf Reviewed-by: Peter Maydell (well, it has a stray blank line at the end, but I'll just zap that when I put it into arm-devs.next.) I'll put together the simple patches that add the cache controller to vexpress and realview shortly. -- PMM