96420a30e0
tests/: spelling fixes
...
with some rewording in
tests/qemu-iotests/298
tests/qtest/fuzz/generic_fuzz.c
tests/unit/test-throttle.c
as suggested by Eric.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
Reviewed-by: Eric Blake <eblake@redhat.com >
2023-09-08 13:08:52 +03:00
523e40022f
tests/qtests: override "force-legacy" for gpio virtio-mmio tests
...
The GPIO device is a VIRTIO_F_VERSION_1 devices but running with a
legacy MMIO interface we miss out that feature bit causing confusion.
For the GPIO test force the mmio bus to support non-legacy so we can
properly test it.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1333
Message-Id: <20221130112439.2527228-2-alex.bennee@linaro.org >
Acked-by: Thomas Huth <thuth@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2022-12-01 02:29:59 -05:00
8fcfc8235e
tests/qtest: enable tests for virtio-gpio
...
We don't have a virtio-gpio implementation in QEMU and only
support a vhost-user backend. The QEMU side of the code is minimal so
it should be enough to instantiate the device and pass some vhost-user
messages over the control socket. To do this we hook into the existing
vhost-user-test code and just add the bits required for gpio.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Cc: Viresh Kumar <viresh.kumar@linaro.org >
Cc: Paolo Bonzini <pbonzini@redhat.com >
Cc: Eric Auger <eric.auger@redhat.com >
Message-Id: <20220408155704.2777166-1-alex.bennee@linaro.org >
Message-Id: <20220802095010.3330793-23-alex.bennee@linaro.org >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2022-10-07 09:41:51 -04:00