[PULL v1 0/2] Merge tpm 2023/01/17 v1

Stefan Berger posted 2 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230117120915.2362119-1-stefanb@linux.ibm.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Stefan Berger <stefanb@linux.vnet.ibm.com>
tests/qtest/libqtest.c | 20 +++++++++++++++++++-
tests/qtest/tpm-emu.c  | 10 ++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
[PULL v1 0/2] Merge tpm 2023/01/17 v1
Posted by Stefan Berger 1 year, 3 months ago
Hello,

 this PR addresses issues where QEMU may hang during test runs.

Regards,
   Stefan

The following changes since commit fb7e7990342e59cf67dbd895c1a1e3fb1741df7a:

  tests/qtest/qom-test: Do not print tested properties by default (2023-01-16 15:00:57 +0000)

are available in the Git repository at:

  https://github.com/stefanberger/qemu-tpm.git pull-tpm-2023-01-17-1

for you to fetch changes up to 255b00b4def7bac1fd313adca931426f4eb10b05:

  tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels (2023-01-16 17:19:52 -0500)


Stefan Berger (2):
  tests/qtest: Poll on waitpid() for a while before sending SIGKILL
  tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels

 tests/qtest/libqtest.c | 20 +++++++++++++++++++-
 tests/qtest/tpm-emu.c  | 10 ++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.39.0
Re: [PULL v1 0/2] Merge tpm 2023/01/17 v1
Posted by Peter Maydell 1 year, 3 months ago
On Tue, 17 Jan 2023 at 12:09, Stefan Berger <stefanb@linux.ibm.com> wrote:
>
> Hello,
>
>  this PR addresses issues where QEMU may hang during test runs.
>
> Regards,
>    Stefan
>
> The following changes since commit fb7e7990342e59cf67dbd895c1a1e3fb1741df7a:
>
>   tests/qtest/qom-test: Do not print tested properties by default (2023-01-16 15:00:57 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stefanberger/qemu-tpm.git pull-tpm-2023-01-17-1
>
> for you to fetch changes up to 255b00b4def7bac1fd313adca931426f4eb10b05:
>
>   tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels (2023-01-16 17:19:52 -0500)
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM