- Messaggio originale -
> Da: "Corey Bryant"
> A: "Paolo Bonzini"
> Cc: qemu-devel@nongnu.org, "Stefan Berger"
> Inviato: Mercoledì, 20 marzo 2013 14:49:39
> Oggetto: Re: [Qemu-devel] [PATCH 04/35] tpm: reorganize headers and split
>
On 03/18/2013 01:34 PM, Paolo Bonzini wrote:
The TPM subsystem does not have a good front-end/back-end separation.
I think it has very good front-end/back-end separation, but perhaps you
mean the code could be moved around and better organized.
However, we can at least try to split the us
The TPM subsystem does not have a good front-end/back-end separation.
However, we can at least try to split the user interface (tpm.c) from
the implementation (hw/tpm).
The patches makes tpm.c not include tpm_int.h; instead it moves more
stuff to tpm_backend.h.
Signed-off-by: Paolo Bonzini
---