From: Thomas Huth <thuth@redhat.com>
To: Eric Auger <eric.auger@redhat.com>,
eric.auger.pro@gmail.com, qemu-arm@nongnu.org,
qemu-devel@nongnu.org, jean-philippe@linaro.org,
peter.maydell@linaro.org
Cc: lvivier@redhat.com, pbonzini@redhat.com
Subject: Re: [PATCH v6 4/4] tests: qtest: Add virtio-iommu test
Date: Wed, 8 Dec 2021 14:49:23 +0100 [thread overview]
Message-ID: <ce687dcc-273a-34a6-a0d8-9c1c67b7fe21@redhat.com> (raw)
In-Reply-To: <20211127072910.1261824-5-eric.auger@redhat.com>
On 27/11/2021 08.29, Eric Auger wrote:
> Add the framework to test the virtio-iommu-pci device
> and tests exercising the attach/detach, map/unmap API.
>
> Signed-off-by: Eric Auger <eric.auger@redhat.com>
> Tested-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
> Reviewed-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
>
> ---
>
> v5 -> v6:
> - changed the expected value for domain.end (32 -> MAX_UINT32)
> ---
> tests/qtest/libqos/meson.build | 1 +
> tests/qtest/libqos/virtio-iommu.c | 126 ++++++++++++
> tests/qtest/libqos/virtio-iommu.h | 40 ++++
> tests/qtest/meson.build | 1 +
> tests/qtest/virtio-iommu-test.c | 326 ++++++++++++++++++++++++++++++
> 5 files changed, 494 insertions(+)
> create mode 100644 tests/qtest/libqos/virtio-iommu.c
> create mode 100644 tests/qtest/libqos/virtio-iommu.h
> create mode 100644 tests/qtest/virtio-iommu-test.c
Acked-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2021-12-08 13:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-27 7:29 [PATCH v6 0/4] virtio-iommu: config related fixes and qtest Eric Auger
2021-11-27 7:29 ` [PATCH v6 1/4] virtio-iommu: Remove set_config callback Eric Auger
2021-11-27 7:50 ` Eric Auger
2021-11-29 19:04 ` Jean-Philippe Brucker
2021-11-27 7:29 ` [PATCH v6 2/4] virtio-iommu: Fix endianness in get_config Eric Auger
2021-11-29 19:10 ` Jean-Philippe Brucker
2021-11-27 7:29 ` [PATCH v6 3/4] virtio-iommu: Fix the domain_range end Eric Auger
2021-11-29 19:12 ` Jean-Philippe Brucker
2021-11-27 7:29 ` [PATCH v6 4/4] tests: qtest: Add virtio-iommu test Eric Auger
2021-12-08 13:49 ` Thomas Huth [this message]
2021-12-13 10:02 ` [PATCH v6 0/4] virtio-iommu: config related fixes and qtest Thomas Huth
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=ce687dcc-273a-34a6-a0d8-9c1c67b7fe21@redhat.com \
--to=thuth@redhat.com \
--cc=eric.auger.pro@gmail.com \
--cc=eric.auger@redhat.com \
--cc=jean-philippe@linaro.org \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.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).