qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V21 2/7] Add TPM (frontend) hardware interface (


From: Stefan Berger
Subject: Re: [Qemu-devel] [PATCH V21 2/7] Add TPM (frontend) hardware interface (TPM TIS) to QEMU
Date: Mon, 11 Feb 2013 13:35:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

On 02/11/2013 12:53 PM, Corey Bryant wrote:


On 02/08/2013 04:42 PM, Stefan Berger wrote:


The TPM TIS driver's backend was previously chosen in the code added
to arch_init. The frontend holds a pointer to the chosen backend (interface).

Communication with the backend is based on thread pools.

I'm not sure this sentence above makes sense since the thread pools are just a threading mechanism, not a communication mechanism. Maybe you want to drop the sentence if you have to submit a new version.

let me clarify : ... is based on submitting tasks to thread pools. Better?


+
+    s->be_driver->fe_model = TPM_MODEL_TPM_TIS;

Where is TPM_MODEL_TPM_TIS defined?



It's auto-generated from the qapi-schema.json.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]