This series fixes some minor nits in the sPAPR IOMMU code. It supercedes my previous post:
"spapr_iommu: drop erroneous check in h_put_tce_indirect() and useless enum" --- Greg Kurz (2): spapr_iommu: drop erroneous check in h_put_tce_indirect() spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlags hw/ppc/spapr_iommu.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) -- Greg