Re: [PATCH v2 05/11] tpm_crb: use the ISA bus

2023-10-17 Thread Alexander Graf
Hi Joelle, On 01.08.23 03:46, Joelle van Dyne wrote: On Tue, Jul 18, 2023 at 7:16 AM Stefan Berger wrote: On 7/17/23 09:46, Igor Mammedov wrote: On Fri, 14 Jul 2023 00:09:21 -0700 Joelle van Dyne wrote: Since this device is gated to only build for targets with the PC configuration, we sh

Re: [PATCH v2 05/11] tpm_crb: use the ISA bus

2023-07-31 Thread Joelle van Dyne
On Tue, Jul 18, 2023 at 7:16 AM Stefan Berger wrote: > > > > On 7/17/23 09:46, Igor Mammedov wrote: > > On Fri, 14 Jul 2023 00:09:21 -0700 > > Joelle van Dyne wrote: > > > >> Since this device is gated to only build for targets with the PC > >> configuration, we should use the ISA bus like with T

Re: [PATCH v2 05/11] tpm_crb: use the ISA bus

2023-07-18 Thread Stefan Berger
On 7/17/23 09:46, Igor Mammedov wrote: On Fri, 14 Jul 2023 00:09:21 -0700 Joelle van Dyne wrote: Since this device is gated to only build for targets with the PC configuration, we should use the ISA bus like with TPM TIS. does it affect migration in any way? From guest pov it looks like

Re: [PATCH v2 05/11] tpm_crb: use the ISA bus

2023-07-17 Thread Igor Mammedov
On Fri, 14 Jul 2023 00:09:21 -0700 Joelle van Dyne wrote: > Since this device is gated to only build for targets with the PC > configuration, we should use the ISA bus like with TPM TIS. does it affect migration in any way? From guest pov it looks like there a new ISA device will appear and then

[PATCH v2 05/11] tpm_crb: use the ISA bus

2023-07-14 Thread Joelle van Dyne
Since this device is gated to only build for targets with the PC configuration, we should use the ISA bus like with TPM TIS. Signed-off-by: Joelle van Dyne --- hw/tpm/tpm_crb.c | 52 hw/tpm/Kconfig | 2 +- 2 files changed, 27 insertions(+), 27