From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axzrW-00052V-UB for qemu-devel@nongnu.org; Wed, 04 May 2016 12:41:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axzrK-0006yM-Qw for qemu-devel@nongnu.org; Wed, 04 May 2016 12:41:17 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:37273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axzrJ-0006tQ-Hb for qemu-devel@nongnu.org; Wed, 04 May 2016 12:41:10 -0400 Received: by mail-wm0-x22f.google.com with SMTP id a17so104594319wme.0 for ; Wed, 04 May 2016 09:40:54 -0700 (PDT) Date: Wed, 4 May 2016 18:40:49 +0200 From: "Edgar E. Iglesias" Message-ID: <20160504164049.GY16305@toto> References: <1459332567-13629-1-git-send-email-zxq_yx_007@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/9] QOM'ify hw/intc files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: xiaoqiang zhao , QEMU Developers , Igor Mitsyanko , Fabien Chouteau , Peter Chubb , Michael Walle On Wed, May 04, 2016 at 03:56:25PM +0100, Peter Maydell wrote: > On 30 March 2016 at 11:09, xiaoqiang zhao wrote: > > This patch set QOM'ify files under hw/intc directory. See each commit > > message for details. > > > > xiaoqiang zhao (9): > > hw/intc: QOM'ify etraxfs_pic.c > > hw/intc: QOM'ify exynos4210_combiner.c > > hw/intc: QOM'ify exynos4210_gic.c > > hw/intc: QOM'ify imx_avic.c > > hw/intc: QOM'ify lm32_pic.c > > hw/intc: QOM'ify pl190.c > > hw/intc: QOM'ify slavio_intctl.c > > hw/intc: QOM'ify grlib_irqmp.c > > hw/intc: QOM'ify omap_intc.c > > > > hw/intc/etraxfs_pic.c | 13 +++++---- > > hw/intc/exynos4210_combiner.c | 14 +++++----- > > hw/intc/exynos4210_gic.c | 39 ++++++++++++++------------- > > hw/intc/grlib_irqmp.c | 27 +++++++++++-------- > > hw/intc/imx_avic.c | 15 +++++------ > > hw/intc/lm32_pic.c | 12 ++++----- > > hw/intc/omap_intc.c | 63 +++++++++++++++++++++++++------------------ > > hw/intc/pl190.c | 13 +++++---- > > hw/intc/slavio_intctl.c | 14 +++++----- > > 9 files changed, 109 insertions(+), 101 deletions(-) > > Hi. I had a comment on patch 9 (omap_intc), but 1-8 look good. > Only patches 2, 3, 4 and 6 are ARM-related. > > SPARC, lm32, CRIS maintainers: do you want to take your patches > or shall I just take 1-8 through the target-arm.next tree? Feel free to take the CRIS stuff. Thanks, Edgar > > Xaioqiang: if you're planning to do more of these QOMify > series in future it might be easier on maintainers if you > split them up by target architecture rather than by > type-of-device. Otherwise we have lots of these series which > touch devices for four different architectures and should > really go through four different maintainers. > > I forget if I've said this before, but I do really appreciate > these patches -- cleanup of older devices to bring them up > to modern QEMU standards is a thankless task but it's an > important one. > > thanks > -- PMM