[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 5/6] iotests: test m68k with the virt machine
From: |
Laurent Vivier |
Subject: |
[PATCH v3 5/6] iotests: test m68k with the virt machine |
Date: |
Fri, 19 Mar 2021 21:23:34 +0100 |
This allows to cover the virtio tests with a 32bit big-endian
virtio-mmio machine.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
tests/qemu-iotests/testenv.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qemu-iotests/testenv.py b/tests/qemu-iotests/testenv.py
index 1fbec854c1f7..6d27712617a3 100644
--- a/tests/qemu-iotests/testenv.py
+++ b/tests/qemu-iotests/testenv.py
@@ -208,6 +208,7 @@ def __init__(self, imgfmt: str, imgproto: str, aiomode: str,
('arm', 'virt'),
('aarch64', 'virt'),
('avr', 'mega2560'),
+ ('m68k', 'virt'),
('rx', 'gdbsim-r5f562n8'),
('tricore', 'tricore_testboard')
)
--
2.30.2
- [PATCH v3 0/6] iotests: fix failures with non-PCI machines, Laurent Vivier, 2021/03/19
- [PATCH v3 1/6] qdev: define list of archs with virtio-pci or virtio-ccw, Laurent Vivier, 2021/03/19
- [PATCH v3 6/6] iotests: iothreads need ioeventfd, Laurent Vivier, 2021/03/19
- [PATCH v3 4/6] iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182", Laurent Vivier, 2021/03/19
- [PATCH v3 5/6] iotests: test m68k with the virt machine,
Laurent Vivier <=
- [PATCH v3 2/6] m68k: add the virtio devices aliases, Laurent Vivier, 2021/03/19
- [PATCH v3 3/6] blockdev: with -drive if=virtio, use generic virtio-blk, Laurent Vivier, 2021/03/19
- Re: [PATCH v3 0/6] iotests: fix failures with non-PCI machines, Alex Bennée, 2021/03/22