[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 0/9] spapr_pci: Prepare for VFIO
From: |
Alexey Kardashevskiy |
Subject: |
[Qemu-ppc] [PATCH v2 0/9] spapr_pci: Prepare for VFIO |
Date: |
Thu, 22 May 2014 21:19:21 +1000 |
This patchset prepares QEMU for VFIO support on SPAPR. It also does
preparations for Dynamic DMA window feature which allows to
create DMA windows with 16MB IOMMU pages which will allow to map
the entire guest RAM for DMA at almost no cost.
Changelogs are in the patches.
Alexey Kardashevskiy (9):
spapr: Enable dynamic change of the supported hypercalls list
spapr_iommu: Enable multiple TCE requests
spapr_pci: Introduce a finish_realize() callback
spapr_pci: spapr_iommu: Make DMA window a subregion
spapr_pci: Allow multiple TCE tables per PHB
spapr_iommu: Convert old qdev_init_nofail() to
object_property_set_bool
spapr_iommu: Get rid of window_size in sPAPRTCETable
spapr_iommu: Introduce page_shift in sPAPRTCETable
spapr_iommu: Introduce bus_offset in sPAPRTCETable
hw/ppc/spapr.c | 33 +++++++--
hw/ppc/spapr_iommu.c | 172 +++++++++++++++++++++++++++++++++-----------
hw/ppc/spapr_pci.c | 96 ++++++++++++++++++++-----
hw/ppc/spapr_vio.c | 6 +-
include/hw/pci-host/spapr.h | 18 ++++-
include/hw/ppc/spapr.h | 8 ++-
target-ppc/kvm.c | 11 ++-
target-ppc/kvm_ppc.h | 8 ++-
trace-events | 2 +
9 files changed, 278 insertions(+), 76 deletions(-)
--
1.9.rc0
- [Qemu-ppc] [PATCH v2 0/9] spapr_pci: Prepare for VFIO,
Alexey Kardashevskiy <=
- [Qemu-ppc] [PATCH v2 4/9] spapr_pci: spapr_iommu: Make DMA window a subregion, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 9/9] spapr_iommu: Introduce bus_offset in sPAPRTCETable, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 8/9] spapr_iommu: Introduce page_shift in sPAPRTCETable, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 5/9] spapr_pci: Allow multiple TCE tables per PHB, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 7/9] spapr_iommu: Get rid of window_size in sPAPRTCETable, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 6/9] spapr_iommu: Convert old qdev_init_nofail() to object_property_set_bool, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 3/9] spapr_pci: Introduce a finish_realize() callback, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 1/9] spapr: Enable dynamic change of the supported hypercalls list, Alexey Kardashevskiy, 2014/05/22
- [Qemu-ppc] [PATCH v2 2/9] spapr_iommu: Enable multiple TCE requests, Alexey Kardashevskiy, 2014/05/22