From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 1/2] kvm: introduce kvm_arch_msi_data_to_gsi Date: Fri, 10 Apr 2015 11:10:47 +0200 Message-ID: <20150410091047.GB6186@cbox> References: <1428652090-5354-1-git-send-email-eric.auger@linaro.org> <1428652090-5354-2-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C955A4C01A for ; Fri, 10 Apr 2015 05:03:10 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l3XwmSojEcKz for ; Fri, 10 Apr 2015 05:03:08 -0400 (EDT) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 59EBE4C017 for ; Fri, 10 Apr 2015 05:03:07 -0400 (EDT) Received: by labbd9 with SMTP id bd9so8714479lab.2 for ; Fri, 10 Apr 2015 02:10:45 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1428652090-5354-2-git-send-email-eric.auger@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Eric Auger Cc: james.hogan@imgtec.com, eric.auger@st.com, patches@linaro.org, aik@ozlabs.ru, qemu-devel@nongnu.org, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu List-Id: kvmarm@lists.cs.columbia.edu On Fri, Apr 10, 2015 at 08:48:09AM +0100, Eric Auger wrote: > On ARM the MSI data corresponds to the shared peripheral interrupt (SPI) > ID. This latter equals to the SPI index + 32. to retrieve the SPI index, > matching the gsi, an architecture specific function is introduced. > > Signed-off-by: Eric Auger > Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgUxg-0007va-9q for qemu-devel@nongnu.org; Fri, 10 Apr 2015 05:10:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgUxb-00028G-QH for qemu-devel@nongnu.org; Fri, 10 Apr 2015 05:10:52 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:34172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgUxb-00026j-4N for qemu-devel@nongnu.org; Fri, 10 Apr 2015 05:10:47 -0400 Received: by laat2 with SMTP id t2so8738849laa.1 for ; Fri, 10 Apr 2015 02:10:45 -0700 (PDT) Date: Fri, 10 Apr 2015 11:10:47 +0200 From: Christoffer Dall Message-ID: <20150410091047.GB6186@cbox> References: <1428652090-5354-1-git-send-email-eric.auger@linaro.org> <1428652090-5354-2-git-send-email-eric.auger@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428652090-5354-2-git-send-email-eric.auger@linaro.org> Subject: Re: [Qemu-devel] [PATCH v2 1/2] kvm: introduce kvm_arch_msi_data_to_gsi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: peter.maydell@linaro.org, james.hogan@imgtec.com, eric.auger@st.com, patches@linaro.org, aik@ozlabs.ru, qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu On Fri, Apr 10, 2015 at 08:48:09AM +0100, Eric Auger wrote: > On ARM the MSI data corresponds to the shared peripheral interrupt (SPI) > ID. This latter equals to the SPI index + 32. to retrieve the SPI index, > matching the gsi, an architecture specific function is introduced. > > Signed-off-by: Eric Auger > Acked-by: Christoffer Dall