From: "Michael S. Tsirkin" <mst@redhat.com>
To: David Kiarie <davidkiarie4@gmail.com>
Cc: qemu-devel@nongnu.org, jan.kiszka@web.de,
valentine.sinitsyn@gmail.com, imammedo@redhat.com,
marcel@redhat.com, peterx@redhat.com
Subject: Re: [Qemu-devel] [V9 0/4] AMD IOMMU
Date: Sun, 1 May 2016 16:47:44 +0300 [thread overview]
Message-ID: <20160501164540-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <1461969763-5193-1-git-send-email-davidkiarie4@gmail.com>
On Sat, Apr 30, 2016 at 01:42:39AM +0300, David Kiarie wrote:
> These series adds AMD IOMMU support to Qemu. It's currently in the 9th version.
>
> In this series I have (hopefully) addressed all the comments made in the previous version.
changelog?
> I have also tested and successfully passed-through PCI device 'ac97' with more devices to be tested.
A fundamental problem with AMD IOMMUs is that the VMM must write-protect
guest I/O page tables from the guest in order to intercept all guest
updates and propagate the updates to the shadow I/O page tables.
AMD manual says as much.
Until this is implemented, I think device assignment must be disabled
when AMD IOMMU is in use.
>
> David Kiarie (4):
> hw/i386: Introduce AMD IOMMU
> hw/i386: ACPI table for AMD IOMMU
> hw/core: Add AMD IOMMU to machine properties
> hw/pci-host: Emulate AMD IOMMU
>
> hw/acpi/aml-build.c | 2 +-
> hw/acpi/core.c | 13 -
> hw/core/machine.c | 33 +-
> hw/i386/Makefile.objs | 1 +
> hw/i386/acpi-build.c | 93 ++-
> hw/i386/amd_iommu.c | 1426 +++++++++++++++++++++++++++++++++++++++++
> hw/i386/amd_iommu.h | 398 ++++++++++++
> hw/pci-host/q35.c | 25 +-
> include/hw/acpi/acpi-defs.h | 14 +
> include/hw/acpi/acpi.h | 16 +
> include/hw/acpi/aml-build.h | 1 +
> include/hw/boards.h | 7 +
> include/hw/i386/intel_iommu.h | 1 +
> include/hw/pci/pci.h | 2 +
> qemu-options.hx | 7 +-
> util/qemu-config.c | 8 +-
> 16 files changed, 2012 insertions(+), 35 deletions(-)
> create mode 100644 hw/i386/amd_iommu.c
> create mode 100644 hw/i386/amd_iommu.h
>
> --
> 2.1.4
next prev parent reply other threads:[~2016-05-01 13:48 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-29 22:42 [Qemu-devel] [V9 0/4] AMD IOMMU David Kiarie
2016-04-29 22:42 ` [Qemu-devel] [V9 1/4] hw/i386: Introduce " David Kiarie
2016-05-01 14:14 ` Michael S. Tsirkin
2016-05-03 16:11 ` David Kiarie
2016-05-03 16:18 ` Jan Kiszka
2016-04-29 22:42 ` [Qemu-devel] [V9 2/4] hw/i386: ACPI table for " David Kiarie
2016-05-01 13:45 ` Michael S. Tsirkin
2016-05-02 8:27 ` David Kiarie
2016-05-02 9:13 ` Igor Mammedov
2016-04-29 22:42 ` [Qemu-devel] [V9 3/4] hw/core: Add AMD IOMMU to machine properties David Kiarie
2016-05-01 9:15 ` Marcel Apfelbaum
[not found] ` <1461969763-5193-5-git-send-email-davidkiarie4@gmail.com>
2016-05-01 9:15 ` [Qemu-devel] [V9 4/4] hw/pci-host: Emulate AMD IOMMU Marcel Apfelbaum
2016-05-01 13:47 ` Michael S. Tsirkin [this message]
2016-05-01 14:00 ` [Qemu-devel] [V9 0/4] " Michael S. Tsirkin
2016-05-02 8:33 ` David Kiarie
2016-05-04 6:12 ` Jan Kiszka
2016-05-04 7:05 ` David Kiarie
2016-05-04 7:26 ` Jan Kiszka
2016-05-04 7:39 ` Valentine Sinitsyn
2016-05-04 10:51 ` David Kiarie
2016-05-04 10:58 ` Valentine Sinitsyn
2016-05-04 11:02 ` David Kiarie
2016-05-04 11:05 ` Valentine Sinitsyn
2016-05-05 14:20 ` David Kiarie
-- strict thread matches above, loose matches on Subject: below --
2016-04-24 22:12 David Kiarie
2016-04-24 22:16 ` David Kiarie
2016-04-25 7:13 ` Jan Kiszka
2016-04-25 12:53 ` Marcel Apfelbaum
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=20160501164540-mutt-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=davidkiarie4@gmail.com \
--cc=imammedo@redhat.com \
--cc=jan.kiszka@web.de \
--cc=marcel@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=valentine.sinitsyn@gmail.com \
/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 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.