Re: [Qemu-devel] [PATCH] tpm: Set tpmRegValidSts flag to '1' in device reset

2018-03-20 Thread Stefan Berger
On 03/20/2018 10:52 AM, Marc-André Lureau wrote: Hi On Mon, Mar 19, 2018 at 5:21 PM, Stefan Berger wrote: Fix the initialization of the tpmRegValidSts flag and set it to '1' during device reset without expecting a write to another register. This seems to also be the default behavior of real ha

Re: [Qemu-devel] [PATCH] tpm: Set tpmRegValidSts flag to '1' in device reset

2018-03-20 Thread Marc-André Lureau
Hi On Mon, Mar 19, 2018 at 5:21 PM, Stefan Berger wrote: > Fix the initialization of the tpmRegValidSts flag and set it to '1' > during device reset without expecting a write to another register. > This seems to also be the default behavior of real hardware. > > Signed-off-by: Stefan Berger > --

[Qemu-devel] [PATCH] tpm: Set tpmRegValidSts flag to '1' in device reset

2018-03-19 Thread Stefan Berger
Fix the initialization of the tpmRegValidSts flag and set it to '1' during device reset without expecting a write to another register. This seems to also be the default behavior of real hardware. Signed-off-by: Stefan Berger --- hw/tpm/tpm_crb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 delet