qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3 QEMU v4] vfio on ppc64
@ 2013-04-22  8:02 Alexey Kardashevskiy
  2013-04-22  8:02 ` [Qemu-devel] [PATCH 1/3] vfio: make some of VFIO API public Alexey Kardashevskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alexey Kardashevskiy @ 2013-04-22  8:02 UTC (permalink / raw)
  To: Alex Williamson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel, David Gibson

Yes, we are still tuning this stuff for us :)

Changes:

* new "spapr-pci-vfio-host-bridge" device is introduced
(inherits from spapr-pci-host-bridge);

* device#1->group->container->device#2,.. creation scheme is changed to
group->container->devices scheme (on ppc64);

* removed vfio_iommu_spapr_tce_dma_map/vfio_iommu_spapr_tce_dma_unmap
as they are not really necessary now and it does not look like we will
need them in the nearest future.

Comments?


Alexey Kardashevskiy (3):
  vfio: make some of VFIO API public
  vfio: add support for spapr platform (powerpc64 server)
  spapr vfio: add spapr-pci-vfio-host-bridge to support vfio

 hw/misc/vfio.c              |   94 ++++++++++++++++++++--
 hw/ppc/spapr_iommu.c        |  151 +++++++++++++++++++++++++++--------
 hw/ppc/spapr_pci.c          |  186 +++++++++++++++++++++++++++++++++++++++++--
 include/hw/misc/vfio.h      |   20 +++++
 include/hw/pci-host/spapr.h |   12 +++
 include/hw/ppc/spapr.h      |    3 +
 trace-events                |    4 +
 7 files changed, 422 insertions(+), 48 deletions(-)
 create mode 100644 include/hw/misc/vfio.h

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-23  3:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22  8:02 [Qemu-devel] [PATCH 0/3 QEMU v4] vfio on ppc64 Alexey Kardashevskiy
2013-04-22  8:02 ` [Qemu-devel] [PATCH 1/3] vfio: make some of VFIO API public Alexey Kardashevskiy
2013-04-22  8:02 ` [Qemu-devel] [PATCH 2/3] vfio: add support for spapr platform (powerpc64 server) Alexey Kardashevskiy
2013-04-22  8:02 ` [Qemu-devel] [PATCH 3/3] spapr vfio: add spapr-pci-vfio-host-bridge to support vfio Alexey Kardashevskiy
2013-04-22 18:39 ` [Qemu-devel] [PATCH 0/3 QEMU v4] vfio on ppc64 Alex Williamson
2013-04-22 23:44   ` [Qemu-devel] [Qemu-ppc] " David Gibson
2013-04-23  1:58     ` Alex Williamson
2013-04-23  3:14       ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).