From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq0BW-0002Qn-3U for qemu-devel@nongnu.org; Fri, 21 Jun 2013 08:11:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq0BU-0005P5-AA for qemu-devel@nongnu.org; Fri, 21 Jun 2013 08:11:21 -0400 Message-ID: <1371816659.3944.63.camel@pasglop> From: Benjamin Herrenschmidt Date: Fri, 21 Jun 2013 22:10:59 +1000 In-Reply-To: <4C36A400-2A38-458A-B849-8D8F6D49A566@suse.de> References: <1371806575-19347-1-git-send-email-aik@ozlabs.ru> <1371806575-19347-3-git-send-email-aik@ozlabs.ru> <1371816181.3944.58.camel@pasglop> <4C36A400-2A38-458A-B849-8D8F6D49A566@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] KVM: add kvm_arch_irqchip_add_msi_route List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Anthony Liguori , Alexey Kardashevskiy , qemu-devel@nongnu.org, Alex Williamson , qemu-ppc@nongnu.org, David Gibson On Fri, 2013-06-21 at 14:05 +0200, Alexander Graf wrote: > Oh, I thought that was obvious. BookE also has in-kernel emulation and > also does set kvm_msi_via_irqfd_allowed. The code above is spapr > specific and would simply rewrite valid BookE MPIC addresses into > something broken. > > In fact, where does the spapr variable come from at all here? Right, so we are back to square #1 -> This should be a method of the PCI Host bridge. Ben.