All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] AMD IOMMU emulation patches v3
@ 2010-08-15 19:27 Eduard - Gabriel Munteanu
  2010-08-15 19:27 ` [PATCH 1/7] pci: add range_covers_range() Eduard - Gabriel Munteanu
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Eduard - Gabriel Munteanu @ 2010-08-15 19:27 UTC (permalink / raw)
  To: joro
  Cc: paul, blauwirbel, anthony, avi, kvm, qemu-devel,
	Eduard - Gabriel Munteanu

Hi,

Please have a look at these and merge if you wish. I hope I've addressed the
issues people have raised.

Some changes from the previous RFC:
- included and updated the other two device patches
- moved map registration and invalidation management into PCI code
- AMD IOMMU emulation is always enabled (no more configure options)
- cleaned up code, I now use typedefs as suggested
- event logging cleanups

BTW, the change to pci_regs.h is properly aligned but the original file contains
tabs.


        Cheers,
        Eduard

Eduard - Gabriel Munteanu (7):
  pci: add range_covers_range()
  pci: memory access API and IOMMU support
  AMD IOMMU emulation
  ide: use the PCI memory access interface
  rtl8139: use the PCI memory access interface
  eepro100: use the PCI memory access interface
  ac97: use the PCI memory access interface

 Makefile.target   |    2 +
 dma-helpers.c     |   46 ++++-
 dma.h             |   21 ++-
 hw/ac97.c         |    6 +-
 hw/amd_iommu.c    |  688 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/eepro100.c     |   78 ++++---
 hw/ide/core.c     |   15 +-
 hw/ide/internal.h |   39 +++
 hw/ide/pci.c      |    7 +
 hw/pc.c           |    2 +
 hw/pci.c          |  197 +++++++++++++++-
 hw/pci.h          |   84 +++++++
 hw/pci_ids.h      |    2 +
 hw/pci_regs.h     |    1 +
 hw/rtl8139.c      |   99 +++++----
 qemu-common.h     |    1 +
 16 files changed, 1191 insertions(+), 97 deletions(-)
 create mode 100644 hw/amd_iommu.c


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

end of thread, other threads:[~2010-08-18  4:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-15 19:27 [PATCH 0/7] AMD IOMMU emulation patches v3 Eduard - Gabriel Munteanu
2010-08-15 19:27 ` [PATCH 1/7] pci: add range_covers_range() Eduard - Gabriel Munteanu
2010-08-18  4:39   ` [Qemu-devel] " Isaku Yamahata
2010-08-15 19:27 ` [PATCH 2/7] pci: memory access API and IOMMU support Eduard - Gabriel Munteanu
2010-08-18  5:02   ` [Qemu-devel] " Isaku Yamahata
2010-08-15 19:27 ` [PATCH 3/7] AMD IOMMU emulation Eduard - Gabriel Munteanu
2010-08-16 17:57   ` Blue Swirl
2010-08-15 19:27 ` [PATCH 4/7] ide: use the PCI memory access interface Eduard - Gabriel Munteanu
2010-08-15 19:27 ` [PATCH 5/7] rtl8139: " Eduard - Gabriel Munteanu
2010-08-15 19:27 ` [PATCH 6/7] eepro100: " Eduard - Gabriel Munteanu
2010-08-15 19:27 ` [PATCH 7/7] ac97: " Eduard - Gabriel Munteanu
2010-08-15 20:42   ` [Qemu-devel] " malc
2010-08-16  1:47 ` [PATCH 0/7] AMD IOMMU emulation patches v3 Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.