From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XH8OT-0008Sz-JE for qemu-devel@nongnu.org; Tue, 12 Aug 2014 05:29:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XH8ON-0006rD-CW for qemu-devel@nongnu.org; Tue, 12 Aug 2014 05:29:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39895 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XH8ON-0006r5-62 for qemu-devel@nongnu.org; Tue, 12 Aug 2014 05:29:19 -0400 Message-ID: <53E9DE6E.8090608@suse.de> Date: Tue, 12 Aug 2014 11:29:18 +0200 From: Alexander Graf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 00/16] 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 04.08.14 03:51, 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 Overall looks like an improvement to me :). Alex