Re: [PATCH v3 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device

2023-10-30 Thread Joelle van Dyne
On Mon, Oct 30, 2023 at 2:09 PM Stefan Berger wrote: > > > On 10/29/23 02:03, Joelle van Dyne wrote: > > This SysBus variant of the CRB interface supports dynamically locating > > the MMIO interface so that Virt machines can use it. This interface > > is currently the only one supported by QEMU

Re: [PATCH v3 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device

2023-10-30 Thread Stefan Berger
On 10/30/23 17:08, Stefan Berger wrote: On 10/29/23 02:03, Joelle van Dyne wrote: diff --git a/hw/tpm/tpm_crb_sysbus.c b/hw/tpm/tpm_crb_sysbus.c new file mode 100644 index 00..c10a8b5639 --- /dev/null +++ b/hw/tpm/tpm_crb_sysbus.c @@ -0,0 +1,161 @@ +/* + * tpm_crb_sysbus.c - QEMU's

Re: [PATCH v3 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device

2023-10-30 Thread Stefan Berger
On 10/29/23 02:03, Joelle van Dyne wrote: This SysBus variant of the CRB interface supports dynamically locating the MMIO interface so that Virt machines can use it. This interface is currently the only one supported by QEMU that works on Windows 11 ARM64 as 'tpm-tis-device' does not work with

[PATCH v3 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device

2023-10-29 Thread Joelle van Dyne
This SysBus variant of the CRB interface supports dynamically locating the MMIO interface so that Virt machines can use it. This interface is currently the only one supported by QEMU that works on Windows 11 ARM64 as 'tpm-tis-device' does not work with current Windows drivers. We largely follow