From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVecK-0005MQ-WB for qemu-devel@nongnu.org; Tue, 16 Feb 2016 07:20:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVecH-0006sR-PM for qemu-devel@nongnu.org; Tue, 16 Feb 2016 07:20:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVecH-0006sI-Jq for qemu-devel@nongnu.org; Tue, 16 Feb 2016 07:20:29 -0500 Message-ID: <1455625224.4617.88.camel@redhat.com> From: Andrea Bolognani Date: Tue, 16 Feb 2016 13:20:24 +0100 In-Reply-To: References: <1455428503-2113-1-git-send-email-peterx@redhat.com> <87povy5mim.fsf@blackfin.pond.sub.org> <20160215103440.GC7978@pxdev.xzpeter.org> <87y4amhuz2.fsf@blackfin.pond.sub.org> <87d1rxhid5.fsf@blackfin.pond.sub.org> <20160215201815.yheakyujt4axevse@hawk.localdomain> <87bn7hufrk.fsf@blackfin.pond.sub.org> <20160216101510.GB11370@redhat.com> <1455624345.4617.86.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [libvirt] [RFC PATCH 0/2] ARM: add QMP command to query GIC version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Wei Huang , Andrew Jones , Libvirt , QEMU Developers , Peter Xu , Paolo Bonzini On Tue, 2016-02-16 at 12:09 +0000, Peter Maydell wrote: > On 16 February 2016 at 12:05, Andrea Bolognani wr= ote: > > The idea is to add this information to domain capabilities, which > > already have virtualization type, architecture and machine type as > > inputs. > >=C2=A0 > > Since GIC is only available for the virt machine type on ARM hosts, > > and the GIC versions might be limited by using TCG instead of KVM, > > it seems like it would fit nicely... >=C2=A0 > The GIC is available for more than just "virt". It's just that > at the moment "virt" is the only machine type which lets you > pick which GIC version you want, and so the only machine type > with that machine property. (For instance vexpress-a15 > is always GICv2, since the hardware we're modelling there is > always GICv2.) >=C2=A0 > Other board models in future might support a choice of GIC > versions. (The obvious possibility would be the Android > 'ranchu' board if that is ever upstreamed.) Yeah, I didn't express myself properly: I meant to say that the ability to pick a GIC version is limited to the virt machine type so far. Sorry about that :) Cheers. --=C2=A0 Andrea Bolognani Software Engineer - Virtualization Team