On 24/08/2022 11.39, Bin Meng wrote:
From: Bin Meng <[email protected]>
As backends/meson.build tells us, hostmem-file.c is only supported on
POSIX platforms, hence any test case that utilizes the memory backend
file should be guarded by CONFIG_POSIX too.
Signed-off-by: Bin Meng <[email protected]>
---
tests/qtest/bios-tables-test.c | 10 ++++++++++
tests/qtest/cxl-test.c | 4 ++++
tests/qtest/meson.build | 3 ++-
3 files changed, 16 insertions(+), 1 deletion(-)
Acked-by: Thomas Huth <[email protected]>