Re: [Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15

2017-12-18 Thread Peter Maydell
On 18 December 2017 at 11:50, Thomas Huth wrote: > On 18.12.2017 12:18, Thomas Huth wrote: >> This apparently broke compilation on non-x86 architectures: >> >> LINKs390x-softmmu/qemu-system-s390x >> ../hw/core/qdev-properties-system.o: In function `release_tpm': >> /home/thuth/devel/qemu/hw/

Re: [Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15

2017-12-18 Thread Thomas Huth
On 18.12.2017 12:18, Thomas Huth wrote: > On 17.12.2017 22:34, Peter Maydell wrote: >> On 16 December 2017 at 17:41, Stefan Berger >> wrote: >>> The following patch series refactors the TPM TIS and backend drivers for >>> easier addition of new front-end devices. Further, the TPM buffer sizes >>>

Re: [Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15

2017-12-18 Thread Thomas Huth
On 17.12.2017 22:34, Peter Maydell wrote: > On 16 December 2017 at 17:41, Stefan Berger > wrote: >> The following patch series refactors the TPM TIS and backend drivers for >> easier addition of new front-end devices. Further, the TPM buffer sizes >> are read from the backend and the backend's bu

Re: [Qemu-devel] [PULL v1 00/32] Merge tpm 2017/12/15

2017-12-17 Thread Peter Maydell
On 16 December 2017 at 17:41, Stefan Berger wrote: > The following patch series refactors the TPM TIS and backend drivers for > easier addition of new front-end devices. Further, the TPM buffer sizes > are read from the backend and the backend's buffer size can be adjusted > by the frontend, if ne