From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVBCm-0006KU-3e for qemu-devel@nongnu.org; Mon, 09 Mar 2015 23:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVBCd-0005IG-Mh for qemu-devel@nongnu.org; Mon, 09 Mar 2015 23:51:40 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:36143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVBCd-0005Hx-GO for qemu-devel@nongnu.org; Mon, 09 Mar 2015 23:51:31 -0400 Received: by pdbnh10 with SMTP id nh10so76249372pdb.3 for ; Mon, 09 Mar 2015 20:51:30 -0700 (PDT) Message-ID: <54FE6A3B.2000009@ozlabs.ru> Date: Tue, 10 Mar 2015 14:51:23 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1424680440-10913-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1424680440-10913-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/10] spapr: Small patches to prepare for Dynamic DMA windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf On 02/23/2015 07:33 PM, Alexey Kardashevskiy wrote: > These I have in my DDW working tree for quite a while, while I am polishing > others, there could go to some tree already. > > Please comment. Thanks! Alex, ping. "spapr_pci: Make find_phb()/find_dev() public" won't apply after Gavin's EEH patches but the others would, should I repost them together with DDW patches or separately or any other suggestion about these? Thanks. > > > Alexey Kardashevskiy (10): > spapr_iommu: Disable in-kernel IOMMU tables for >4GB windows > spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safe > spapr_pci: Introduce a liobn number generating macros > spapr_vio: Introduce a liobn number generating macros > spapr_pci: Define default DMA window size as a macro > spapr_iommu: Add separate trace points for PCI DMA operations > spapr_pci: Make find_phb()/find_dev() public > spapr_iommu: Make spapr_tce_find_by_liobn() public > spapr_pci: Rework device-tree rendering > spapr_iommu: Give unique QOM name to TCE table > > hw/ppc/spapr_iommu.c | 44 +++++++++++++++++++++------------ > hw/ppc/spapr_pci.c | 60 +++++++++++++++------------------------------ > hw/ppc/spapr_vio.c | 2 +- > include/hw/pci-host/spapr.h | 6 +++++ > include/hw/ppc/spapr.h | 7 +++++- > trace-events | 4 +++ > 6 files changed, 66 insertions(+), 57 deletions(-) > -- Alexey