From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCvaU-0005zT-QN for qemu-devel@nongnu.org; Fri, 02 Dec 2016 16:41:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCvaP-0006a1-VJ for qemu-devel@nongnu.org; Fri, 02 Dec 2016 16:41:46 -0500 Message-ID: <1480714864.3459.64.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Sat, 03 Dec 2016 08:41:04 +1100 In-Reply-To: <20161202055044.GG10089@umbus.fritz.box> References: <20161031025314.GJ18226@umbus.fritz.box> <20161101024634.GA14860@umbus.fritz.box> <1479218565.3319.18.camel@redhat.com> <3353ecef-2308-13e3-025d-df41b2e89945@ozlabs.ru> <1479457042.1391.11.camel@redhat.com> <20161123050049.GD17795@umbus.fritz.box> <1480081581.4367.65.camel@redhat.com> <20161202041835.GF10089@umbus.fritz.box> <1480655870.3459.46.camel@kernel.crashing.org> <20161202055044.GG10089@umbus.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [RFC PATCH qemu] spapr_pci: Create PCI-express root bus by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Andrea Bolognani , Alexey Kardashevskiy , Greg Kurz , Paolo Bonzini , Alex Williamson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, libvir-list@redhat.com, Michael Roth On Fri, 2016-12-02 at 16:50 +1100, David Gibson wrote: >=20 > Uh.. I don't entirely follow you.=C2=A0 From the host point of view the= re > are multiple iommu groups (PEs), but from the guest point of view > there's only one.=C2=A0 On the guest side iommu granularity is always > per-vPHB. Ok so the H_PUT_TCE calls affect all the underlying tables ? Cheers, Ben.