From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPoU1-0007Er-4y for qemu-devel@nongnu.org; Mon, 23 Feb 2015 03:35:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPoTr-0006Jo-8j for qemu-devel@nongnu.org; Mon, 23 Feb 2015 03:35:17 -0500 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:47408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPoTq-0006C6-FP for qemu-devel@nongnu.org; Mon, 23 Feb 2015 03:35:07 -0500 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Feb 2015 18:35:01 +1000 From: Alexey Kardashevskiy Date: Mon, 23 Feb 2015 19:33:50 +1100 Message-Id: <1424680440-10913-1-git-send-email-aik@ozlabs.ru> Subject: [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: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf 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! 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(-) -- 2.0.0