[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 02/18] tests: only build plugins if TCG is enabled
From: |
Paolo Bonzini |
Subject: |
[PATCH v2 02/18] tests: only build plugins if TCG is enabled |
Date: |
Mon, 8 Apr 2024 17:53:14 +0200 |
There is no way to use them for testing, if all the available
accelerators use hardware virtualization.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/meson.build b/tests/meson.build
index 0a6f96f8f84..acb6807094b 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -78,9 +78,9 @@ subdir('decode')
if 'CONFIG_TCG' in config_all_accel
subdir('fp')
+ subdir('plugin')
endif
-subdir('plugin')
subdir('unit')
subdir('qapi-schema')
subdir('qtest')
--
2.44.0
- [PATCH v2 0/7] buildsys: Start shrinking qemu-user build process, Paolo Bonzini, 2024/04/08
- [PATCH v2 01/18] meson: do not link pixman automatically into all targets, Paolo Bonzini, 2024/04/08
- [PATCH v2 03/18] ebpf: Restrict to system emulation, Paolo Bonzini, 2024/04/08
- [PATCH v2 04/18] tests/unit: match some unit tests to corresponding feature switches, Paolo Bonzini, 2024/04/08
- [PATCH v2 02/18] tests: only build plugins if TCG is enabled,
Paolo Bonzini <=
- [PATCH v2 05/18] yank: only build if needed, Paolo Bonzini, 2024/04/08
- [PATCH v2 08/18] hw: Include minimal source set in user emulation build, Paolo Bonzini, 2024/04/08
- [PATCH v2 07/18] hw/core: Move system emulation files to system_ss, Paolo Bonzini, 2024/04/08
- [PATCH v2 09/18] stubs: remove obsolete stubs, Paolo Bonzini, 2024/04/08