Re: [PATCH v2] tests: add (riscv virt) machine mapping to testenv

2022-03-09 Thread laokz
On Wed, Mar 09, 2022 at 15:56 +0100,Hanna Reitz wrote: > On 08.03.22 05:33, laokz wrote: > > Some qemu-iotests(040 etc) use PCI disk to do test. Without the > > mapping, RISC-V flavor use spike as default machine which has no > > PCI bus, causing test failure. > > >

[PATCH v2] tests: add (riscv virt) machine mapping to testenv

2022-03-07 Thread laokz
Some qemu-iotests(040 etc) use PCI disk to do test. Without the mapping, RISC-V flavor use spike as default machine which has no PCI bus, causing test failure. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/894 Signed-off-by: Kai Zhang --- Thanks for the detailed info. Corrected S-o-b t

[PATCH] tests: add (riscv virt) machine mapping to testenv

2022-03-07 Thread laokz
Some qemu-iotests(040 etc) use PCI disk to do test. Without the mapping, RISC-V flavor use spike as default machine which has no PCI bus, causing test failure. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/894 Signed-off-by: laokz --- tests/qemu-iotests/testenv.py | 2 ++ 1 file