From: Eric Auger <eric.auger@redhat.com>
To: eric.auger.pro@gmail.com, eric.auger@redhat.com,
qemu-devel@nongnu.org, philmd@redhat.com, crosa@redhat.com,
wainersm@redhat.com, peterx@redhat.com
Subject: [PATCH v3 0/3] avocado-qemu: New SMMUv3 and intel IOMMU tests
Date: Mon, 21 Jun 2021 10:08:21 +0200 [thread overview]
Message-ID: <20210621080824.789274-1-eric.auger@redhat.com> (raw)
This series adds ARM SMMU and Intel IOMMU functional
tests using Fedora cloud-init images.
ARM SMMU tests feature guests with and without RIL
(range invalidation support) using respectively fedora 33
and 31. For each, we test the protection of virtio-net-pci
and virtio-block-pci devices. Also strict=no and passthrough
modes are tested. So there is a total of 6 tests.
Compared to v2, Intel IOMMU tests were added. Different
operating modes are tested such as strict, caching mode, pt.
The series applies on top of Cleber's series:
- [PATCH 0/3] Acceptance Tests: support choosing specific
Best Regards
Eric
The series and its dependencies can be found at:
https://github.com/eauger/qemu/tree/avocado-qemu-v3
Eric Auger (3):
Acceptance Tests: Add default kernel params and pxeboot url to the
KNOWN_DISTROS collection
avocado_qemu: Add SMMUv3 tests
avocado_qemu: Add Intel iommu tests
tests/acceptance/avocado_qemu/__init__.py | 52 ++++++++-
tests/acceptance/intel_iommu.py | 115 +++++++++++++++++++
tests/acceptance/smmu.py | 133 ++++++++++++++++++++++
3 files changed, 298 insertions(+), 2 deletions(-)
create mode 100644 tests/acceptance/intel_iommu.py
create mode 100644 tests/acceptance/smmu.py
--
2.26.3
next reply other threads:[~2021-06-21 8:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-21 8:08 Eric Auger [this message]
2021-06-21 8:08 ` [PATCH v3 1/3] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection Eric Auger
2021-06-28 15:06 ` Wainer dos Santos Moschetta
2021-06-29 14:08 ` Eric Auger
2021-06-21 8:08 ` [PATCH v3 2/3] avocado_qemu: Add SMMUv3 tests Eric Auger
2021-06-28 18:27 ` Wainer dos Santos Moschetta
2021-06-29 14:08 ` Eric Auger
2021-06-21 8:08 ` [PATCH v3 3/3] avocado_qemu: Add Intel iommu tests Eric Auger
2021-06-22 17:35 ` Peter Xu
2021-06-21 8:50 ` [PATCH v3 0/3] avocado-qemu: New SMMUv3 and intel IOMMU tests Philippe Mathieu-Daudé
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=20210621080824.789274-1-eric.auger@redhat.com \
--to=eric.auger@redhat.com \
--cc=crosa@redhat.com \
--cc=eric.auger.pro@gmail.com \
--cc=peterx@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=wainersm@redhat.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 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).