[PULL v1 0/3] Merge tpm 2024/10/18 v1

Stefan Berger posted 3 patches 4 days, 7 hours ago
backends/tpm/tpm_emulator.c | 74 ++++++++++++++++++++++++++-----------
backends/tpm/tpm_ioctl.h    | 13 ++++++-
backends/tpm/trace-events   |  2 +-
tests/qtest/tpm-tests.c     |  2 +-
4 files changed, 67 insertions(+), 24 deletions(-)
[PULL v1 0/3] Merge tpm 2024/10/18 v1
Posted by Stefan Berger 4 days, 7 hours ago
Hello!

  This PR fixes an issue with a TPM test case under heavy system load and
improves control channel error message handling.

   Stefan

The following changes since commit 95a16ee753d6da651fce8df876333bf7fcf134d9:

  Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging (2024-10-17 12:42:23 +0100)

are available in the Git repository at:

  https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2024-10-18-1

for you to fetch changes up to d9280ea3174700170d39c4cdd3f587f260757711:

  tests: Wait for migration completion on destination QEMU to avoid failures (2024-10-18 07:58:04 -0400)


Stefan Berger (3):
  tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY
  tpm_emulator: Read control channel response in 2 passes
  tests: Wait for migration completion on destination QEMU to avoid
    failures

 backends/tpm/tpm_emulator.c | 74 ++++++++++++++++++++++++++-----------
 backends/tpm/tpm_ioctl.h    | 13 ++++++-
 backends/tpm/trace-events   |  2 +-
 tests/qtest/tpm-tests.c     |  2 +-
 4 files changed, 67 insertions(+), 24 deletions(-)

-- 
2.47.0
Re: [PULL v1 0/3] Merge tpm 2024/10/18 v1
Posted by Peter Maydell 1 day, 9 hours ago
On Fri, 18 Oct 2024 at 14:40, Stefan Berger <stefanb@linux.ibm.com> wrote:
>
> Hello!
>
>   This PR fixes an issue with a TPM test case under heavy system load and
> improves control channel error message handling.
>
>    Stefan
>
> The following changes since commit 95a16ee753d6da651fce8df876333bf7fcf134d9:
>
>   Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging (2024-10-17 12:42:23 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2024-10-18-1
>
> for you to fetch changes up to d9280ea3174700170d39c4cdd3f587f260757711:
>
>   tests: Wait for migration completion on destination QEMU to avoid failures (2024-10-18 07:58:04 -0400)
>


Applied, thanks.

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

-- PMM