From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aieup-000251-CJ for qemu-devel@nongnu.org; Wed, 23 Mar 2016 05:17:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aieuo-0007ch-Ek for qemu-devel@nongnu.org; Wed, 23 Mar 2016 05:17:23 -0400 Date: Wed, 23 Mar 2016 17:17:01 +0800 From: Peter Xu Message-ID: <20160323091701.GP28183@pxdev.xzpeter.org> References: <1458711153-15988-1-git-send-email-peterx@redhat.com> <1458723243.3546.32.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1458723243.3546.32.camel@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 0/4] ARM: add query-gic-capabilities SMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrea Bolognani Cc: wei@redhat.com, peter.maydell@linaro.org, drjones@redhat.com, libvir-list@redhat.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org On Wed, Mar 23, 2016 at 09:54:03AM +0100, Andrea Bolognani wrote: > On Wed, 2016-03-23 at 13:32 +0800, Peter Xu wrote: > > v6 changes: > > - patch 1 (squashed into patch 2) > > =C2=A0 - explain more about the following in commit message: why we n= eed > > =C2=A0=C2=A0=C2=A0=C2=A0this command, and what does the entries mean = [Markus] > > =C2=A0 - explain what GIC is [Eric] > > =C2=A0 - squash this patch into patch 2 [Eric] > > - patch 2 (new patch 1) > > =C2=A0 - fix "does not implement" english error [Eric] > > =C2=A0 - remove useless headers in target-arm/monitor.c [Markus] > > =C2=A0 - remove this command from whitelist [Markus, Eric] > > =C2=A0 - return dict rather than array, with single key points to the > > =C2=A0=C2=A0=C2=A0=C2=A0original array results [Markus, Eric] > > - patch 5 (new patch 4) > > =C2=A0 - tiny change in implementation to suite the new interface. >=20 > Tested again on two different aarch64 hosts, one with GIC > v3 support and the other one with GIC v2 only; seems to be > working just fine. >=20 > Now on to tweak my RFC libvirt patches to cope with the > interface change :) Andrea,=20 Thank you very much for your quick follow-ups (merely every time). :-) Hope that the interface (at least) could suffice this time. -- peterx