qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 4/4] tests: qtest: Add virtio-iommu test


From: Thomas Huth
Subject: Re: [PATCH v6 4/4] tests: qtest: Add virtio-iommu test
Date: Wed, 8 Dec 2021 14:49:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]