mbox

[PULL,v1,0/1] Merge tpm 2023/07/14 v1

Message ID 20230714154101.184057-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-2023-07-14-1

Message

Stefan Berger July 14, 2023, 3:40 p.m. UTC
Hello!

  This PR removes the 'ppi' boolean property from the tpm tis sysbus
device. It could never be activated since it was leading to a segfault
immediatley.

    Stefan

The following changes since commit 3dd9e54703e6ae4f9ab3767f5cecc99edf066668:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-12 20:46:10 +0100)

are available in the Git repository at:

  https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2023-07-14-1

for you to fetch changes up to 4c46fe2ed492f35f411632c8b5a8442f322bc3f0:

  hw/tpm: TIS on sysbus: Remove unsupport ppi command line option (2023-07-14 11:31:54 -0400)


Stefan Berger (1):
  hw/tpm: TIS on sysbus: Remove unsupport ppi command line option

 hw/tpm/tpm_tis_sysbus.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Henderson July 16, 2023, 4:48 p.m. UTC | #1
On 7/14/23 16:40, Stefan Berger wrote:
> Hello!
> 
>    This PR removes the 'ppi' boolean property from the tpm tis sysbus
> device. It could never be activated since it was leading to a segfault
> immediatley.
> 
>      Stefan
> 
> The following changes since commit 3dd9e54703e6ae4f9ab3767f5cecc99edf066668:
> 
>    Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-12 20:46:10 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2023-07-14-1
> 
> for you to fetch changes up to 4c46fe2ed492f35f411632c8b5a8442f322bc3f0:
> 
>    hw/tpm: TIS on sysbus: Remove unsupport ppi command line option (2023-07-14 11:31:54 -0400)
> 
> 
> Stefan Berger (1):
>    hw/tpm: TIS on sysbus: Remove unsupport ppi command line option
> 
>   hw/tpm/tpm_tis_sysbus.c | 1 -
>   1 file changed, 1 deletion(-)
> 

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


r~