All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] AMD IOMMU emulation 2nd version
@ 2010-08-04 22:32 ` Eduard - Gabriel Munteanu
  0 siblings, 0 replies; 29+ messages in thread
From: Eduard - Gabriel Munteanu @ 2010-08-04 22:32 UTC (permalink / raw)
  To: joro; +Cc: avi, paul, anthony, kvm, qemu-devel, Eduard - Gabriel Munteanu

Hi,

I hope I solved the issues raised by Anthony and Paul.

Please have a look and tell me what you think. However, don't merge it yet (in
case you like it), I need to test and cleanup some pieces further. There are
also some patches from the previous series I didn't include yet.


        Thanks,
        Eduard

Eduard - Gabriel Munteanu (4):
  pci: memory access API and IOMMU support
  AMD IOMMU emulation
  ide: use the PCI memory access interface
  rtl8139: use the PCI memory access interface

 Makefile.target   |    2 +
 configure         |   10 +
 dma-helpers.c     |   37 +++-
 dma.h             |   21 ++-
 hw/amd_iommu.c    |  671 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/ide/core.c     |   15 +-
 hw/ide/internal.h |   39 +++
 hw/ide/pci.c      |    7 +
 hw/pc.c           |    4 +
 hw/pc.h           |    3 +
 hw/pci.c          |  145 ++++++++++++
 hw/pci.h          |  130 +++++++++++
 hw/pci_ids.h      |    2 +
 hw/pci_regs.h     |    1 +
 hw/rtl8139.c      |   99 +++++----
 qemu-common.h     |    1 +
 16 files changed, 1134 insertions(+), 53 deletions(-)
 create mode 100644 hw/amd_iommu.c


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

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

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04 22:32 [RFC PATCH 0/4] AMD IOMMU emulation 2nd version Eduard - Gabriel Munteanu
2010-08-04 22:32 ` [Qemu-devel] " Eduard - Gabriel Munteanu
2010-08-04 22:32 ` [RFC PATCH 1/4] pci: memory access API and IOMMU support Eduard - Gabriel Munteanu
2010-08-04 22:32   ` [Qemu-devel] " Eduard - Gabriel Munteanu
2010-08-05 21:23   ` Blue Swirl
2010-08-05 21:23     ` Blue Swirl
2010-08-06  0:21     ` Eduard - Gabriel Munteanu
2010-08-06  0:21       ` Eduard - Gabriel Munteanu
2010-08-04 22:32 ` [RFC PATCH 2/4] AMD IOMMU emulation Eduard - Gabriel Munteanu
2010-08-04 22:32   ` [Qemu-devel] " Eduard - Gabriel Munteanu
2010-08-05 21:31   ` Blue Swirl
2010-08-05 21:31     ` Blue Swirl
2010-08-06  0:41     ` Eduard - Gabriel Munteanu
2010-08-06  0:41       ` Eduard - Gabriel Munteanu
2010-08-04 22:32 ` [RFC PATCH 3/4] ide: use the PCI memory access interface Eduard - Gabriel Munteanu
2010-08-04 22:32   ` [Qemu-devel] " Eduard - Gabriel Munteanu
2010-08-04 22:32 ` [RFC PATCH 4/4] rtl8139: " Eduard - Gabriel Munteanu
2010-08-04 22:32   ` [Qemu-devel] " Eduard - Gabriel Munteanu
2010-08-05 21:13 ` [Qemu-devel] [RFC PATCH 0/4] AMD IOMMU emulation 2nd version Blue Swirl
2010-08-05 21:13   ` Blue Swirl
2010-08-06 14:09   ` Question about starting 2 VMs using Qemu Anjali Kulkarni
2010-08-06 14:09     ` [Qemu-devel] " Anjali Kulkarni
2010-08-07  5:26     ` Mulyadi Santosa
2010-08-07 17:43     ` Question about e1000 NIC emulation in Qemu - chipset used Anjali Kulkarni
2010-08-07 17:43       ` [Qemu-devel] " Anjali Kulkarni
2010-08-09  1:49     ` Question about starting 2 VMs using Qemu haishan
2010-08-09  1:49       ` [Qemu-devel] " haishan
2010-08-09 22:18     ` Nirmal Guhan
2010-08-09 22:18       ` [Qemu-devel] " Nirmal Guhan

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.