[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V9 2/5] Add TPM (frontend) hardware interface (T
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH V9 2/5] Add TPM (frontend) hardware interface (TPM TIS) to Qemu |
Date: |
Tue, 27 Sep 2011 08:28:25 +0300 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Sep 26, 2011 at 09:48:31PM -0400, Stefan Berger wrote:
> >>+
> >>+ rc = tpm_tis_do_startup_tpm(s);
> >>+ if (rc != 0) {
> >>+ goto err_exit;
> >>+ }
> >>+
> >>+ return 0;
> >>+
> >>+ err_exit:
> >Missing cleanup?
> >
> True. Fixed.
> I had previously looked around in other devices how they were doing
> it and had often seen them not cleaning up, either.
>
> Stefan
We should fix that too I guess ...
[Qemu-devel] [PATCH V9 4/5] Build the TPM frontend code, Stefan Berger, 2011/09/26