From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alEAr-00024o-0k for qemu-devel@nongnu.org; Wed, 30 Mar 2016 07:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alEAp-0005cc-Uo for qemu-devel@nongnu.org; Wed, 30 Mar 2016 07:20:32 -0400 Message-ID: <1459336821.4699.13.camel@redhat.com> From: Andrea Bolognani Date: Wed, 30 Mar 2016 13:20:21 +0200 In-Reply-To: References: <1458788142-17509-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 v7 0/4] ARM: add query-gic-capabilities QMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Peter Xu Cc: Wei Huang , Andrew Jones , Michael Roth , Libvirt , QEMU Developers , Markus Armbruster , qemu-arm , Sergey Fedorov , Christoffer Dall On Tue, 2016-03-29 at 21:10 +0100, Peter Maydell wrote: > On 24 March 2016 at 02:55, Peter Xu wrote: > >=20 > > This patch is to add ARM-specific command "query-gic-capability". > >=20 > > The new command can report which kind of GIC device the host/QEMU > > support. The returned result is in the form of array. > >=20 > > Sample command and output: > >=20 > > {"execute": "query-gic-capability"} > > {"return": [{"emulated": false, "version": 3, "kernel": false}, > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0{"emulated": true, "version": 2, "kernel": true}]} >=20 > I really strongly want this in 2.6 but we are very very nearly > out of time. Eric or Markus, could I trouble one of you to > provide an ack for this series for the QMP protocol aspects > sometime before end of Wednesday, please? >=20 > I also don't think I've seen an indication from the libvirt > folks that this is definitely the API they want; did I miss it? Yes, this works nicely for libvirt; in fact, I've already posted an RFC implementation[1] to the list last week. Cheers. [1]=C2=A0https://www.redhat.com/archives/libvir-list/2016-March/msg00956.= html --=20 Andrea Bolognani Software Engineer - Virtualization Team