Re: [Qemu-devel] [PATCH V27 0/7] QEMU Trusted Platform Module (TPM) integration

2013-03-12 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH V27 0/7] QEMU Trusted Platform Module (TPM) integration

2013-02-28 Thread Joel Schopp
configure | 11 + default-configs/i386-softmmu.mak | 2 + default-configs/x86_64-softmmu.mak | 2 + hmp-commands.hx| 2 + hmp.c | 44 ++ hmp.h | 1 + include/qemu/sockets.h

Re: [Qemu-devel] [PATCH V27 0/7] QEMU Trusted Platform Module (TPM) integration

2013-02-27 Thread Peter Maydell
On 27 February 2013 17:47, Stefan Berger wrote: > From: root > > The following series of patches adds TPM (Trusted Platform Module) support I'm guessing you didn't really mean to cc root@random-IBM-box on this cover letter :-) -- PMM

Re: [Qemu-devel] [PATCH V27 0/7] QEMU Trusted Platform Module (TPM) integration

2013-02-27 Thread Corey Bryant
Everything looks good to me! Thanks for all of your work on this series. I think this is ready to be applied if the maintainers agree. -- Regards, Corey Bryant On 02/27/2013 12:47 PM, Stefan Berger wrote: From: root The following series of patches adds TPM (Trusted Platform Module) support

[Qemu-devel] [PATCH V27 0/7] QEMU Trusted Platform Module (TPM) integration

2013-02-27 Thread Stefan Berger
From: root The following series of patches adds TPM (Trusted Platform Module) support to QEMU. An emulator for the TIS (TPM Interface Spec) interface is added that provides the basis for accessing a 'backend' implementing the actual TPM functionality. The TIS emulator serves as a 'frontend' enabl