[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 27/31] tests/tcg: include CONFIG_PLUGIN in config-host.mak
From: |
Alex Bennée |
Subject: |
[PULL 27/31] tests/tcg: include CONFIG_PLUGIN in config-host.mak |
Date: |
Mon, 31 Oct 2022 13:10:06 +0000 |
From: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20221013131304.623740-1-pbonzini@redhat.com>
Message-Id: <20221027183637.2772968-27-alex.bennee@linaro.org>
diff --git a/configure b/configure
index 8c2c4c1a04..4275f5419f 100755
--- a/configure
+++ b/configure
@@ -2486,6 +2486,9 @@ echo "HOST_CC=$host_cc" >> $config_host_mak
if test -n "$gdb_bin"; then
echo "HAVE_GDB_BIN=$gdb_bin" >> $config_host_mak
fi
+if test "$plugins" = "yes" ; then
+ echo "CONFIG_PLUGIN=y" >> $config_host_mak
+fi
tcg_tests_targets=
for target in $target_list; do
--
2.34.1
- [PULL 17/31] MAINTAINERS: add features_to_c.sh to gdbstub files, (continued)
- [PULL 17/31] MAINTAINERS: add features_to_c.sh to gdbstub files, Alex Bennée, 2022/10/31
- [PULL 30/31] tests/unit: cleanups for test-io-channel-command, Alex Bennée, 2022/10/31
- [PULL 24/31] target/s390x: don't use ld_code2 to probe next pc, Alex Bennée, 2022/10/31
- [PULL 20/31] tests/avocado: raspi2_initrd: Wait for guest shutdown message before stopping, Alex Bennée, 2022/10/31
- [PULL 21/31] tests/avocado: disable sh4 rd2 tests on Gitlab, Alex Bennée, 2022/10/31
- [PULL 23/31] tests/tcg: re-enable threadcount for sh4, Alex Bennée, 2022/10/31
- [PULL 31/31] tests/vm: use -o IdentitiesOnly=yes for ssh, Alex Bennée, 2022/10/31
- [PULL 22/31] tests/tcg: re-enable linux-test for sh4, Alex Bennée, 2022/10/31
- [PULL 29/31] contrib/plugins: protect execlog's last_exec expansion, Alex Bennée, 2022/10/31
- [PULL 18/31] MAINTAINERS: fix-up for check-tcg Makefile changes, Alex Bennée, 2022/10/31
- [PULL 27/31] tests/tcg: include CONFIG_PLUGIN in config-host.mak,
Alex Bennée <=
- [PULL 16/31] MAINTAINERS: add entries for the key build bits, Alex Bennée, 2022/10/31
- Re: [PULL for 7.2 00/31] testing and plugins updates, Stefan Hajnoczi, 2022/10/31