From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXpI1-00029x-5K for qemu-devel@nongnu.org; Tue, 17 Mar 2015 07:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXpHw-0001Xn-5t for qemu-devel@nongnu.org; Tue, 17 Mar 2015 07:04:01 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:33733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXpHw-0001Xg-0H for qemu-devel@nongnu.org; Tue, 17 Mar 2015 07:03:56 -0400 Received: by pdnc3 with SMTP id c3so6734041pdn.0 for ; Tue, 17 Mar 2015 04:03:54 -0700 (PDT) Message-ID: <55080A15.80502@ozlabs.ru> Date: Tue, 17 Mar 2015 22:03:49 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1424680440-10913-1-git-send-email-aik@ozlabs.ru> <54FE6A3B.2000009@ozlabs.ru> In-Reply-To: <54FE6A3B.2000009@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 03/10/2015 02:51 PM, Alexey Kardashevskiy wrote: > 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. Ping? Do I need to repost those when I'll be posting next respin of DDW for QEMU or you can take them into your ppc-next-2.4? 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