Message ID | 20210615152152.2496772-1-stefanb@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, 15 Jun 2021 at 16:22, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote: > > Hello! > > The patches in this PR eliminate all TPM related code if CONFIG_TPM is > not set, thus reducing code size. > > Regards, > Stefan > > The following changes since commit 1ea06abceec61b6f3ab33dadb0510b6e09fb61e2: > > Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-06-14 15:59:13 +0100) > > are available in the Git repository at: > > git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2021-06-15-1 > > for you to fetch changes up to caff255a546d12530cf7c28e60690cd0e65851fd: > > tpm: Return QMP error when TPM is disabled in build (2021-06-15 10:59:02 -0400) > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM
On 6/15/21 5:21 PM, Stefan Berger wrote: > Hello! > > The patches in this PR eliminate all TPM related code if CONFIG_TPM is > not set, thus reducing code size. > > Regards, > Stefan Thank you Stefan for this quick pull request :) Phil.
On 6/16/21 10:38 AM, Philippe Mathieu-Daudé wrote: > On 6/15/21 5:21 PM, Stefan Berger wrote: >> Hello! >> >> The patches in this PR eliminate all TPM related code if CONFIG_TPM is >> not set, thus reducing code size. >> >> Regards, >> Stefan > Thank you Stefan for this quick pull request :) Yes, thanks for your repost, which made things easier :-) Stefan > > Phil. >