[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/qtest/meson.build: Add more CONFIG switches checks for
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] tests/qtest/meson.build: Add more CONFIG switches checks for the x86 tests |
Date: |
Thu, 5 Sep 2024 10:28:36 +0200 |
User-agent: |
Mozilla Thunderbird |
On 9/4/24 10:21, Thomas Huth wrote:
When configuring QEMU with "--without-default-devices", currently a lot
of the x86 qtests are failing since they silently assume that a certain
device or the i440fx pc machine is available. Add more checks for CONFIG
switches here to not run those tests in case the corresponding device is
not available.
Is this enough to fix this:
# Check our reduced build configurations
# requires libfdt: aarch64, arm, loongarch64, microblaze, microblazeel,
# or1k, ppc64, riscv32, riscv64, rx
# fails qtest without boards: i386, x86_64
build-without-defaults:
and add i386-softmmu/x86_64-softmmu to build-without-defaults?
Thanks,
Paolo