From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4Y6z-0006LD-8S for qemu-devel@nongnu.org; Fri, 16 Sep 2011 09:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4Y6u-0000pV-TP for qemu-devel@nongnu.org; Fri, 16 Sep 2011 09:05:45 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:44210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4Y6u-0000pI-Qv for qemu-devel@nongnu.org; Fri, 16 Sep 2011 09:05:40 -0400 Received: by yib2 with SMTP id 2so3513016yib.4 for ; Fri, 16 Sep 2011 06:05:40 -0700 (PDT) Message-ID: <4E7349A0.7060702@codemonkey.ws> Date: Fri, 16 Sep 2011 08:05:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1314806132-32389-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] omap_intc: convert to MemoryRegion, qdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Avi Kivity , Riku Voipio , =?UTF-8?B?SnVoYSBSaWloaW3DpGtp?= , qemu-devel@nongnu.org, patches@linaro.org On 09/09/2011 11:48 AM, Peter Maydell wrote: > Ping? Is anyone actively maintaining the omap device model? Regards, Anthony Liguori > > -- PMM > > On 31 August 2011 16:55, Peter Maydell wrote: >> This patchset converts the omap_intc device to MemoryRegion and qdev. >> >> The MemoryRegion conversion is fairly straightforward; the slight >> ugliness of using get_system_memory() is just so it can be pulled >> out as a separate patch for review and is dropped in the qdevification >> patch. >> >> The bulk of the qdevifying patch is a fairly mechanical replacement >> of direct access to an irq[] array with qdev_get_gpio_in(). >> >> My actual purpose in doing all this was to be able to specify the >> revision register of the interrupt controller, since it's different >> on OMAP3... >> >> Peter Maydell (2): >> omap_intc: Use MemoryRegion API >> omap_intc: Qdevify >> >> hw/nseries.c | 4 +- >> hw/omap.h | 19 +------ >> hw/omap1.c | 127 ++++++++++++++++++++++++++--------------- >> hw/omap2.c | 92 +++++++++++++++++------------ >> hw/omap_intc.c | 175 +++++++++++++++++++++++++++++++------------------------ >> 5 files changed, 238 insertions(+), 179 deletions(-) >> > >