Re: [PATCH v3 06/14] tpm-sysbus: add plug handler for TPM on SysBus

2023-10-30 Thread Stefan Berger
On 10/30/23 12:55, Joelle van Dyne wrote: I was debating what to add. I couldn't find a project-wide template for what the header should be and I couldn't copy/paste from where I copied the code from (virt.c) because it names a specific author that I'm not sure wrote this code... Any advice?

Re: [PATCH v3 06/14] tpm-sysbus: add plug handler for TPM on SysBus

2023-10-30 Thread Joelle van Dyne
I was debating what to add. I couldn't find a project-wide template for what the header should be and I couldn't copy/paste from where I copied the code from (virt.c) because it names a specific author that I'm not sure wrote this code... Any advice? On Mon, Oct 30, 2023 at 9:52 AM Stefan Berger

Re: [PATCH v3 06/14] tpm-sysbus: add plug handler for TPM on SysBus

2023-10-30 Thread Stefan Berger
On 10/29/23 02:03, Joelle van Dyne wrote: TPM needs to know its own base address in order to generate its DSDT device entry. Signed-off-by: Joelle van Dyne --- include/sysemu/tpm.h | 4 hw/tpm/tpm-sysbus.c | 33 + hw/tpm/meson.build | 1 + 3 file

[PATCH v3 06/14] tpm-sysbus: add plug handler for TPM on SysBus

2023-10-28 Thread Joelle van Dyne
TPM needs to know its own base address in order to generate its DSDT device entry. Signed-off-by: Joelle van Dyne --- include/sysemu/tpm.h | 4 hw/tpm/tpm-sysbus.c | 33 + hw/tpm/meson.build | 1 + 3 files changed, 38 insertions(+) create mode 100644 hw