From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry Date: Thu, 14 Apr 2016 14:04:42 +0200 Message-ID: <20160414120442.GC30804@cbox> References: <1459759657-7402-1-git-send-email-eric.auger@linaro.org> <1459759657-7402-3-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1459759657-7402-3-git-send-email-eric.auger@linaro.org> Sender: kvm-owner@vger.kernel.org To: Eric Auger Cc: eric.auger@st.com, marc.zyngier@arm.com, andre.przywara@arm.com, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, patches@linaro.org, pbonzini@redhat.com, p.fedin@samsung.com, Manish.Jaggi@caviumnetworks.com List-Id: kvmarm@lists.cs.columbia.edu On Mon, Apr 04, 2016 at 10:47:32AM +0200, Eric Auger wrote: > Extend kvm_kernel_irq_routing_entry to transport the device id > field, devid. A new flags field makes possible to indicate the > devid is valid. Those additions are used for ARM GICv3 ITS MSI > injection. > > Signed-off-by: Eric Auger > Acked-by: Christoffer Dall