qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 0/3] QEMU: various IOMMU patches, VFIO and not only


From: Alexey Kardashevskiy
Subject: [Qemu-ppc] [PATCH 0/3] QEMU: various IOMMU patches, VFIO and not only
Date: Tue, 19 Feb 2013 18:43:34 +1100

This set introduces multiple TCE entries requests support and VFIO on POWER 
support.
The exact order is to be discussed.


Alexey Kardashevskiy (3):
  powerpc iommu: multiple TCE requests enabled
  spapr vfio: added support
  spapr vfio: supporting realmode iommu acceleration

 hw/spapr.c                      |   12 ++-
 hw/spapr.h                      |    4 +
 hw/spapr_iommu.c                |  182 +++++++++++++++++++++++++++++++++++++++
 hw/spapr_iommu_vfio.h           |   34 ++++++++
 hw/spapr_pci.c                  |  129 +++++++++++++++++++++++++--
 hw/spapr_pci.h                  |    6 ++
 hw/vfio_pci.c                   |   62 +++++++++++++
 linux-headers/asm-powerpc/kvm.h |    8 ++
 linux-headers/linux/kvm.h       |    3 +
 linux-headers/linux/vfio.h      |   27 ++++++
 target-ppc/kvm.c                |   24 ++++++
 target-ppc/kvm_ppc.h            |    1 +
 trace-events                    |    6 +-
 13 files changed, 487 insertions(+), 11 deletions(-)
 create mode 100644 hw/spapr_iommu_vfio.h

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]