From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aieYb-0007FS-9g for qemu-devel@nongnu.org; Wed, 23 Mar 2016 04:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aieYX-0000tR-7e for qemu-devel@nongnu.org; Wed, 23 Mar 2016 04:54:25 -0400 Message-ID: <1458723243.3546.32.camel@redhat.com> From: Andrea Bolognani Date: Wed, 23 Mar 2016 09:54:03 +0100 In-Reply-To: <1458711153-15988-1-git-send-email-peterx@redhat.com> References: <1458711153-15988-1-git-send-email-peterx@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Peter Xu , qemu-devel@nongnu.org Cc: wei@redhat.com, peter.maydell@linaro.org, drjones@redhat.com, libvir-list@redhat.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com, qemu-arm@nongnu.org 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 nee= d > =C2=A0=C2=A0=C2=A0=C2=A0this command, and what does the entries mean [M= arkus] > =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. 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. Now on to tweak my RFC libvirt patches to cope with the interface change :) Cheers. --=20 Andrea Bolognani Software Engineer - Virtualization Team