From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 02/15] arm/arm64: KVM: pass down user space provided GIC type into vGIC code Date: Wed, 15 Oct 2014 09:25:34 -0700 Message-ID: <20141015162534.GC14272@lvm> References: <1408626416-11326-1-git-send-email-andre.przywara@arm.com> <1408626416-11326-3-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, marc.zyngier@arm.com To: Andre Przywara Return-path: Received: from mail-lb0-f170.google.com ([209.85.217.170]:53571 "EHLO mail-lb0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751491AbaJOQZk (ORCPT ); Wed, 15 Oct 2014 12:25:40 -0400 Received: by mail-lb0-f170.google.com with SMTP id u10so1363662lbd.1 for ; Wed, 15 Oct 2014 09:25:39 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1408626416-11326-3-git-send-email-andre.przywara@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Aug 21, 2014 at 02:06:43PM +0100, Andre Przywara wrote: > With the introduction of a second emulated GIC model we need to let > userspace specify the GIC model to use for each VM. Pass the > userspace provided value down into the vGIC code to differentiate > later. > > Signed-off-by: Andre Przywara Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Wed, 15 Oct 2014 09:25:34 -0700 Subject: [PATCH v2 02/15] arm/arm64: KVM: pass down user space provided GIC type into vGIC code In-Reply-To: <1408626416-11326-3-git-send-email-andre.przywara@arm.com> References: <1408626416-11326-1-git-send-email-andre.przywara@arm.com> <1408626416-11326-3-git-send-email-andre.przywara@arm.com> Message-ID: <20141015162534.GC14272@lvm> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 21, 2014 at 02:06:43PM +0100, Andre Przywara wrote: > With the introduction of a second emulated GIC model we need to let > userspace specify the GIC model to use for each VM. Pass the > userspace provided value down into the vGIC code to differentiate > later. > > Signed-off-by: Andre Przywara Acked-by: Christoffer Dall