From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPp6-0005S4-FL for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:32:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVPp5-0002lf-N8 for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:32:44 -0500 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:34972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPp5-0002lb-Fo for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:32:43 -0500 Received: by mail-vk0-x22c.google.com with SMTP id e6so116285124vkh.2 for ; Mon, 15 Feb 2016 12:32:43 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20160215201815.yheakyujt4axevse@hawk.localdomain> 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> From: Peter Maydell Date: Mon, 15 Feb 2016 20:32:23 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [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: Andrew Jones Cc: Wei Huang , QEMU Developers , Libvirt , Andrea Bolognani , Peter Xu , Markus Armbruster , Paolo Bonzini On 15 February 2016 at 20:18, Andrew Jones wrote: > On Mon, Feb 15, 2016 at 08:40:54PM +0100, Markus Armbruster wrote: >> How would the command line look like? >> > > Here is what is available today > > # select gicv2 (this work with and without KVM) > qemu-system-aarch64 -M virt # v2 is the default > qemu-system-aarch64 -M virt,gic-version=2 ... > > # select gicv3 (only works with KVM) > qemu-system-aarch64 -M virt,gic-version=3 ... This will work with TCG once we get the GICv3 emulation upstream. > # select whatever the host has > qemu-system-aarch64 -M virt,gic-version=host ... This only works with KVM (like -cpu host). thanks -- PMM