On 8/5/25 11:51, Thomas Huth wrote:
From: Thomas Huth <th...@redhat.com>
With the release of QEMU 10.1, the pc-q35-4.1 machine will be older
than 6 years and thus will get disabled automatically by the
MACHINE_VER_DELETION() macro. Remove the related test to avoid
that the q35-test is failing when the machine is not available anymore.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
tests/qtest/q35-test.c | 37 +------------------------------------
1 file changed, 1 insertion(+), 36 deletions(-)
Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>