[Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-11-06 Thread Corey Bryant
This patch provides a software TPM backend implementation. The core software TPM functionality is provided by the libtpms library. With this patch, multiple guests can run with their own emulated TPMs. The libtpms repository can be found at: https://github.com/coreycb/libtpms Signed-off-by: Core

[Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-11-24 Thread Xu, Quan
Bryant, I found that there is some conflict in qemu-options.hx between your patch and qemu-1.7.0-rc1.tar.bz2. What QEMU version does this patch base on? Thanks. Quan Xu Intel

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2014-03-21 Thread Jordi Cucurull Juan
00 PM, Xu, Quan wrote: >> >> >>> -Original Message- >>> From: Corey Bryant [mailto:cor...@linux.vnet.ibm.com] >>> Sent: Tuesday, November 26, 2013 10:40 PM >>> To: Xu, Quan >>> Cc: qemu-devel@nongnu.org >>> Subject:

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-12-16 Thread Xu, Quan
t: Tuesday, November 26, 2013 10:40 PM > >> To: Xu, Quan > >> Cc: qemu-devel@nongnu.org > >> Subject: Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software > >> TPM backend > >> > >> > >> On 11/25/2013 10:04 PM, Xu, Quan wrote: &

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-11-19 Thread Stefan Berger
On 11/06/2013 09:39 AM, Corey Bryant wrote: This patch provides a software TPM backend implementation. The core software TPM functionality is provided by the libtpms library. With this patch, multiple guests can run with their own emulated TPMs. The libtpms repository can be found at: https://g

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-11-25 Thread Corey Bryant
On 11/24/2013 10:36 PM, Xu, Quan wrote: Bryant, I found that there is some conflict in qemu-options.hx between your patch andqemu-1.7.0-rc1.tar.bz2 . What QEMU version does this patch base on? Thanks. Quan Xu Intel

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-11-25 Thread Xu, Quan
PM > To: Xu, Quan > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM > backend > > > > On 11/24/2013 10:36 PM, Xu, Quan wrote: > > Bryant, > > > > I found that there is some conflict in

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-11-26 Thread Corey Bryant
lp me on these issues. Quan Xu Intel -Original Message- From: Corey Bryant [mailto:cor...@linux.vnet.ibm.com] Sent: Monday, November 25, 2013 9:53 PM To: Xu, Quan Cc: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend On 11/24/20

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-12-01 Thread Xu, Quan
> -Original Message- > From: Corey Bryant [mailto:cor...@linux.vnet.ibm.com] > Sent: Tuesday, November 26, 2013 10:40 PM > To: Xu, Quan > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM > backend > > > On

Re: [Qemu-devel] [PATCH 4/4] tpm: Provide libtpms software TPM backend

2013-12-02 Thread Stefan Berger
On 12/02/2013 09:16 AM, Corey Bryant wrote: Stefan, do you know if this is the same code that was used to build our bios.bin? Probably similar, but forward-ported to a more recent version.