qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
To: joro@8bytes.org
Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, avi@redhat.com,
	Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>,
	paul@codesourcery.com
Subject: [Qemu-devel] [RFC PATCH 0/4] AMD IOMMU emulation 2nd version
Date: Thu,  5 Aug 2010 01:32:12 +0300	[thread overview]
Message-ID: <cover.1280958470.git.eduard.munteanu@linux360.ro> (raw)

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

             reply	other threads:[~2010-08-04 22:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-04 22:32 Eduard - Gabriel Munteanu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1280958470.git.eduard.munteanu@linux360.ro \
    --to=eduard.munteanu@linux360.ro \
    --cc=avi@redhat.com \
    --cc=joro@8bytes.org \
    --cc=kvm@vger.kernel.org \
    --cc=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).