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