mbox

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

Message ID 20230117120915.2362119-1-stefanb@linux.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Stefan Berger Jan. 17, 2023, 12:09 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 18, 2023, 7:08 p.m. UTC | #1
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