[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 30/39] configure: stop user enabling plugins on Windows for no
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v1 30/39] configure: stop user enabling plugins on Windows for now |
|
Date: |
Tue, 6 Jul 2021 15:58:08 +0100 |
There are some patches on the list that enable plugins on Windows but
they still need some changes to be ready:
https://patchew.org/QEMU/20201013002806.1447-1-luoyonggang@gmail.com/
In the meantime lets stop the user from being able to configure the
support so they don't get confused by the weird linker error messages
later.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Yonggang Luo <luoyonggang@gmail.com>
---
configure | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configure b/configure
index 44a487e090..9d72b31a9f 100755
--- a/configure
+++ b/configure
@@ -707,6 +707,11 @@ MINGW32*)
else
audio_drv_list=""
fi
+ if "$plugins" = "yes"; then
+ error_exit "TCG plugins not currently supported on Windows platforms"
+ else
+ plugins="no"
+ fi
supported_os="yes"
pie="no"
;;
--
2.20.1
- [PATCH v1 34/39] docs/devel: tcg-plugins: add execlog plugin description, (continued)
- [PATCH v1 34/39] docs/devel: tcg-plugins: add execlog plugin description, Alex Bennée, 2021/07/06
- [PATCH v1 32/39] contrib/plugins: enable -Wall for building plugins, Alex Bennée, 2021/07/06
- [PATCH v1 33/39] contrib/plugins: add execlog to log instruction execution and memory access, Alex Bennée, 2021/07/06
- [PATCH v1 23/39] tests/docker: expand opensuse-leap package list, Alex Bennée, 2021/07/06
- [PATCH v1 15/39] tests/docker: fix mistakes in centos package lists, Alex Bennée, 2021/07/06
- [PATCH v1 21/39] tests/docker: expand ubuntu1804 package list, Alex Bennée, 2021/07/06
- [PATCH v1 26/39] tests/tcg: make test-mmap a little less aggressive, Alex Bennée, 2021/07/06
- [PATCH v1 28/39] meson.build: move TCG plugin summary output, Alex Bennée, 2021/07/06
- [PATCH v1 20/39] tests/docker: expand fedora package list, Alex Bennée, 2021/07/06
- [PATCH v1 30/39] configure: stop user enabling plugins on Windows for now,
Alex Bennée <=
- [PATCH v1 22/39] tests/docker: expand ubuntu2004 package list, Alex Bennée, 2021/07/06
- [PATCH v1 36/39] plugins/cache: Enable cache parameterization, Alex Bennée, 2021/07/06
- [PATCH v1 16/39] tests/docker: fix mistakes in fedora package list, Alex Bennée, 2021/07/06
- [PATCH v1 19/39] tests/docker: expand centos8 package list, Alex Bennée, 2021/07/06
- [PATCH v1 39/39] MAINTAINTERS: Added myself as a reviewer for TCG Plugins, Alex Bennée, 2021/07/06
- [PATCH v1 14/39] tests/docker: fix sorting in package lists, Alex Bennée, 2021/07/06
- [PATCH v1 27/39] plugins: fix-up handling of internal hostaddr for 32 bit, Alex Bennée, 2021/07/06
- [PATCH v1 17/39] tests/docker: fix mistakes in ubuntu package lists, Alex Bennée, 2021/07/06