mbox

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

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

Pull-request

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

Message

Stefan Berger Oct. 18, 2024, 1:40 p.m. UTC
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(-)

Comments

Peter Maydell Oct. 21, 2024, 11:36 a.m. UTC | #1
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