From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL v3 0/6] virtio,pci: fixes and updates
Date: Thu, 15 Sep 2016 23:38:05 +0300 [thread overview]
Message-ID: <1473971873-2966-1-git-send-email-mst@redhat.com> (raw)
The following changes since commit d1eb8f2acba579830cf3798c3c15ce51be852c56:
fpu: add mechanism to check for invalid long double formats (2016-09-15 12:43:18 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
for you to fetch changes up to a5a43875b352810d29dc27e7b0fb602eb7ef2d31:
MAINTAINERS: add virtio-* tests (2016-09-15 23:37:16 +0300)
----------------------------------------------------------------
virtio,pci: fixes and updates
AMD IOMMU emulation
virtio feature negotiation rework
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
David Kiarie (4):
hw/pci: Prepare for AMD IOMMU
hw/i386/trace-events: Add AMD IOMMU trace events
hw/i386: Introduce AMD IOMMU
hw/i386: AMD IOMMU IVRS table
Greg Kurz (1):
MAINTAINERS: add virtio-* tests
Maxime Coquelin (1):
virtio-bus: Plug devices after features are negotiated
hw/i386/amd_iommu.h | 289 +++++++++
hw/virtio/virtio-pci.h | 5 +
include/hw/acpi/aml-build.h | 1 +
include/hw/i386/x86-iommu.h | 12 +
include/hw/pci/pci.h | 4 +-
include/hw/virtio/virtio-bus.h | 10 +-
hw/acpi/aml-build.c | 2 +-
hw/i386/acpi-build.c | 76 ++-
hw/i386/amd_iommu.c | 1383 ++++++++++++++++++++++++++++++++++++++++
hw/i386/intel_iommu.c | 1 +
hw/i386/x86-iommu.c | 6 +
hw/s390x/virtio-ccw.c | 30 +-
hw/virtio/virtio-bus.c | 9 +-
hw/virtio/virtio-pci.c | 36 +-
MAINTAINERS | 7 +
hw/i386/Makefile.objs | 1 +
hw/i386/trace-events | 29 +
17 files changed, 1862 insertions(+), 39 deletions(-)
create mode 100644 hw/i386/amd_iommu.h
create mode 100644 hw/i386/amd_iommu.c
next reply other threads:[~2016-09-15 20:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-15 20:38 Michael S. Tsirkin [this message]
2016-09-15 20:38 ` [Qemu-devel] [PULL v3 1/6] virtio-bus: Plug devices after features are negotiated Michael S. Tsirkin
2016-09-15 20:38 ` [Qemu-devel] [PULL v3 2/6] hw/pci: Prepare for AMD IOMMU Michael S. Tsirkin
2016-09-15 20:38 ` [Qemu-devel] [PULL v3 3/6] hw/i386/trace-events: Add AMD IOMMU trace events Michael S. Tsirkin
2016-09-15 20:38 ` [Qemu-devel] [PULL v3 4/6] hw/i386: Introduce AMD IOMMU Michael S. Tsirkin
2016-09-15 20:38 ` [Qemu-devel] [PULL v3 5/6] hw/i386: AMD IOMMU IVRS table Michael S. Tsirkin
2016-09-15 20:38 ` [Qemu-devel] [PULL v3 6/6] MAINTAINERS: add virtio-* tests Michael S. Tsirkin
2016-09-15 20:40 ` Andreas Färber
2016-09-16 10:57 ` [Qemu-devel] [PULL v3 0/6] virtio,pci: fixes and updates Peter Maydell
2016-09-16 18:53 ` Michael S. Tsirkin
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=1473971873-2966-1-git-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--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).