From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKOaT-0002my-2o for qemu-devel@nongnu.org; Thu, 21 Aug 2014 05:23:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKOaN-00089S-GR for qemu-devel@nongnu.org; Thu, 21 Aug 2014 05:23:17 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43802 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKOaN-000898-9V for qemu-devel@nongnu.org; Thu, 21 Aug 2014 05:23:11 -0400 Message-ID: <53F5BA7D.3060605@suse.de> Date: Thu, 21 Aug 2014 11:23:09 +0200 From: Alexander Graf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/14] GPIO/IRQ QOMification: Phase 2 - Getting rid of SYSBUS IRQs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, afaerber@suse.de, pbonzini@redhat.com On 15.08.14 07:29, Peter Crosthwaite wrote: > Hi All, > > So phase one was the QOMification of qemu_irq. This is the next step. > We start to setup GPIOs as proper QOM objects. Inputs are child objects > of their device. Outputs are settable Links and connection is made > via proper setting of a QOM link. > > We then cleanup Sysbus to simply re-use device level GPIOs and get rid > of it's special IRQ handling code. > > Depends of my pending QOM array property stuff (the "[*]" series): > > https://lists.nongnu.org/archive/html/qemu-devel/2014-07/msg04116.html > > Changed since v1: > Addressed Alex review > Dropped IRQ g_new0 changes Reviewed-by: Alexander Graf Alex