Re: [PATCH 1/2 v3] Configure script for Haiku

2021-07-05 Thread Thomas Huth
On 05/07/2021 21.21, Richard Zak wrote: The configure script doesn't test for presence of TPM device or support. It activates TPM support if not explicitly disabled, and disables TPM support if explicitly enabled on Windows. With TPM support compiled in, it causes an assertion failure on launch

Re: [PATCH 1/2 v3] Configure script for Haiku

2021-07-05 Thread Richard Zak
The configure script doesn't test for presence of TPM device or support. It activates TPM support if not explicitly disabled, and disables TPM support if explicitly enabled on Windows. With TPM support compiled in, it causes an assertion failure on launch of qemu at util/async.c:669 qemu_set_curren

Re: [PATCH 1/2 v3] Configure script for Haiku

2021-07-04 Thread Richard Zak
În dum., 4 iul. 2021 la 13:11, Peter Maydell a scris: > On Sun, 4 Jul 2021 at 17:44, Richard Zak wrote: > > > > Use system capstone, for which a port is maintained by Haiku. Disable > TPM which isn't supported. > > > > Signed-off-by: Richard Zak > > --- > > configure | 3 +++ > > 1 file change

Re: [PATCH 1/2 v3] Configure script for Haiku

2021-07-04 Thread Peter Maydell
On Sun, 4 Jul 2021 at 17:44, Richard Zak wrote: > > Use system capstone, for which a port is maintained by Haiku. Disable TPM > which isn't supported. > > Signed-off-by: Richard Zak > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configure b/configure > index e799d

[PATCH 1/2 v3] Configure script for Haiku

2021-07-04 Thread Richard Zak
Use system capstone, for which a port is maintained by Haiku. Disable TPM which isn't supported. Signed-off-by: Richard Zak --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index e799d908a3..c928071f69 100755 --- a/configure +++ b/configure @@ -358,6 +35