From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id a13sm8148333wma.18.2016.12.14.07.36.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Dec 2016 07:36:02 -0800 (PST) Received: from zen (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTPS id CAAC43E033F; Wed, 14 Dec 2016 15:36:01 +0000 (GMT) References: <20161208175030.12269-1-drjones@redhat.com> <20161214134644.4jm4sfv42jai732o@kamzik.brq.redhat.com> User-agent: mu4e 0.9.19; emacs 25.1.90.4 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Andrew Jones Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, qemu-arm@nongnu.org, peter.maydell@linaro.org, marc.zyngier@arm.com, andre.przywara@arm.com, eric.auger@redhat.com, pbonzini@redhat.com, christoffer.dall@linaro.org Subject: Re: [Qemu-devel] [PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework In-reply-to: <20161214134644.4jm4sfv42jai732o@kamzik.brq.redhat.com> Date: Wed, 14 Dec 2016 15:36:01 +0000 Message-ID: <871sxattem.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-TUID: 3I8b42ZMhxVi Andrew Jones writes: > On Thu, Dec 08, 2016 at 06:50:20PM +0100, Andrew Jones wrote: >> >> v8: >> - Main change is rebasing to Wei's sysreg framework, which is part >> of his PMU series, which I've applied to arm/next. That rebase >> leads to dropping the first two patches of the v7 series, expecting >> get_mpidr() to return u64 (with future patches), a rework of the >> delay routines (now based on sysreg framework), and changes to all >> sysreg asms >> - The delay routines also got their own files: delay.[ch] >> - Another bigger change was to now keep gic_common_ops local to >> lib/arm/gic.c, export the functions from the gic-v[23] instead >> - Yet another bigger change was dropping the sender and irq cmdline >> inputs, hard coding to '1' is sufficient and much less code >> - Other minor changes listed in individual patches >> > > OK, I'm going to go ahead and apply this to arm/next. Before making > the pull request I'll post another series that includes the 64-bit > MPIDR fix that Andre pointed out we need, and a couple other fixes, > though. Assuming nobody complains about that series, then I'll fold > those patches into arm/next too and make the pull request. All looks good for me. I'll be re-basing my TCG tests once upstream has these changes merged. -- Alex Bennée