mbox

[PULL,v1,0/2] Merge tpm 2022/06/07 v1

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

Pull-request

https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2022-06-07-1

Message

Stefan Berger June 8, 2022, 1 a.m. UTC
Hi!

The patches in this PR resolve several Coverity issues and mark a memory
region with TPM response data as dirty so that it does not get lost during 
migration.

   Stefan

The following changes since commit 7077fcb9b68f058809c9dd9fd1dacae1881e886c:

  Merge tag 'vmbus-maint-20220530' of https://github.com/maciejsszmigiero/qemu into staging (2022-05-30 12:40:36 -0700)

are available in the Git repository at:

  https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2022-06-07-1

for you to fetch changes up to e37a0ef4605e5d2041785ff3fc89ca6021faf7a0:

  tpm_crb: mark command buffer as dirty on request completion (2022-06-07 20:37:25 -0400)

Anthony PERARD (1):
      tpm_crb: mark command buffer as dirty on request completion

Peter Maydell (1):
      hw/tpm/tpm_tis_common.c: Assert that locty is in range

 hw/tpm/tpm_crb.c        | 1 +
 hw/tpm/tpm_tis_common.c | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

Comments

Richard Henderson June 8, 2022, 2:40 p.m. UTC | #1
On 6/7/22 18:00, Stefan Berger wrote:
> Hi!
> 
> The patches in this PR resolve several Coverity issues and mark a memory
> region with TPM response data as dirty so that it does not get lost during
> migration.
> 
>     Stefan

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> The following changes since commit 7077fcb9b68f058809c9dd9fd1dacae1881e886c:
> 
>    Merge tag 'vmbus-maint-20220530' of https://github.com/maciejsszmigiero/qemu into staging (2022-05-30 12:40:36 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2022-06-07-1
> 
> for you to fetch changes up to e37a0ef4605e5d2041785ff3fc89ca6021faf7a0:
> 
>    tpm_crb: mark command buffer as dirty on request completion (2022-06-07 20:37:25 -0400)
> 
> Anthony PERARD (1):
>        tpm_crb: mark command buffer as dirty on request completion
> 
> Peter Maydell (1):
>        hw/tpm/tpm_tis_common.c: Assert that locty is in range
> 
>   hw/tpm/tpm_crb.c        | 1 +
>   hw/tpm/tpm_tis_common.c | 7 ++++++-
>   2 files changed, 7 insertions(+), 1 deletion(-)
>