qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/4] AMD IOMMU emulation 2nd version
@ 2010-08-04 22:32 Eduard - Gabriel Munteanu
  2010-08-04 22:32 ` [Qemu-devel] [RFC PATCH 1/4] pci: memory access API and IOMMU support Eduard - Gabriel Munteanu
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Eduard - Gabriel Munteanu @ 2010-08-04 22:32 UTC (permalink / raw)
  To: joro; +Cc: kvm, qemu-devel, avi, Eduard - Gabriel Munteanu, paul

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] 15+ messages in thread

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

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

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