qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/7] IOMMU support
@ 2012-10-30 11:47 Avi Kivity
  2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 1/7] memory: fix address space initialization/destruction Avi Kivity
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Avi Kivity @ 2012-10-30 11:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Alexander Graf, Blue Swirl, Alex Williamson,
	Anthony Liguori

Changes from RFC:
 - change ->translate to return read/write permissions in IOTLBEntry (was:
   ->translate received is_write parameter)
 - add support for iommu fault reporting

Avi Kivity (7):
  memory: fix address space initialization/destruction
  memory: limit sections in the radix tree to the actual address space
    size
  memory: iommu support
  memory: provide a MemoryRegion for IOMMUs to log faults
  pci: use memory core for iommu support
  vfio: abort if an emulated iommu is used
  i440fx: add an iommu

 exec.c             |  43 +++++++++++++++++---
 hw/pci.c           |  59 +++++++++++++++++-----------
 hw/pci.h           |   7 +++-
 hw/pci_internals.h |   5 ++-
 hw/piix_pci.c      |  77 ++++++++++++++++++++++++++++++++++++
 hw/spapr.h         |   1 +
 hw/spapr_iommu.c   |  45 +++++++++------------
 hw/spapr_pci.c     |  27 +++++++++++--
 hw/spapr_pci.h     |   2 +
 hw/vfio_pci.c      |   2 +
 memory.c           | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 memory.h           |  49 +++++++++++++++++++++++
 12 files changed, 366 insertions(+), 63 deletions(-)

-- 
1.7.12

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

end of thread, other threads:[~2012-11-01 13:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 11:47 [Qemu-devel] [PATCH v2 0/7] IOMMU support Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 1/7] memory: fix address space initialization/destruction Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 2/7] memory: limit sections in the radix tree to the actual address space size Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 3/7] memory: iommu support Avi Kivity
2012-10-30 19:11   ` Blue Swirl
2012-10-30 20:03     ` Benjamin Herrenschmidt
2012-10-30 21:13       ` Blue Swirl
2012-10-31 10:32     ` Avi Kivity
2012-10-31 18:59       ` Benjamin Herrenschmidt
2012-11-01 13:44         ` Avi Kivity
2012-11-01 13:45           ` Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 4/7] memory: provide a MemoryRegion for IOMMUs to log faults Avi Kivity
2012-10-30 19:14   ` Blue Swirl
2012-10-31 10:33     ` Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 5/7] pci: use memory core for iommu support Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 6/7] vfio: abort if an emulated iommu is used Avi Kivity
2012-10-30 11:47 ` [Qemu-devel] [PATCH v2 7/7] i440fx: add an iommu Avi Kivity
2012-10-30 19:18   ` Blue Swirl
2012-10-31 10:34     ` Avi Kivity

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).