[PATCH] add tpm_xenu.ko: Xen Virtual TPM frontend driver

2012-11-05 Thread Matthew Fioravante
This patch ports the xen vtpm frontend driver for linux from the linux-2.6.18-xen.hg tree to linux-stable. Signed-off-by: Matthew Fioravante --- drivers/char/tpm/Kconfig |9 + drivers/char/tpm/Makefile|2 + drivers/char/tpm/tpm.h | 15 + drivers/char/tpm

[PATCH v2] add xen-tpmfront.ko: Xen Virtual TPM frontend driver

2012-11-12 Thread Matthew Fioravante
details. Signed-off-by: Matthew Fioravante --- drivers/char/tpm/Kconfig | 11 + drivers/char/tpm/Makefile|2 + drivers/char/tpm/tpm.h | 10 + drivers/char/tpm/xen-tpmfront_if.c | 688 ++ drivers/char/tpm/xen

Re: [PATCH v2] add xen-tpmfront.ko: Xen Virtual TPM frontend driver

2012-11-12 Thread Matthew Fioravante
On 11/12/2012 11:30 AM, Konrad Rzeszutek Wilk wrote: On Mon, Nov 12, 2012 at 09:29:58AM -0500, Matthew Fioravante wrote: This patch ports the xen vtpm frontend driver for linux from the linux-2.6.18-xen.hg tree to linux-stable. This driver is designed be used with the mini-os tpmback driver in

Re: [PATCH] add tpm_xenu.ko: Xen Virtual TPM frontend driver

2012-11-07 Thread Matthew Fioravante
On 11/06/2012 02:39 PM, Konrad Rzeszutek Wilk wrote: On Mon, Nov 05, 2012 at 10:09:57AM -0500, Matthew Fioravante wrote: This patch ports the xen vtpm frontend driver for linux from the linux-2.6.18-xen.hg tree to linux-stable. So how does on test it ? Set it up? Use it? Is there some

Re: [PATCH] add tpm_xenu.ko: Xen Virtual TPM frontend driver

2012-11-07 Thread Matthew Fioravante
On 11/07/2012 09:46 AM, Kent Yoder wrote: Hi Matthew, On Mon, Nov 05, 2012 at 10:09:57AM -0500, Matthew Fioravante wrote: This patch ports the xen vtpm frontend driver for linux from the linux-2.6.18-xen.hg tree to linux-stable. Signed-off-by: Matthew Fioravante --- drivers/char/tpm

[PATCH v3] add xen-tpmfront.ko: Xen Virtual TPM frontend driver

2012-11-20 Thread Matthew Fioravante
documentation. See docs/misc/vtpm.txt for an updated version. Contact the xen-de...@lists.xen.org mailing list for details. Copyright (c) 2010-2012 United States Government, as represented by the Secretary of Defense. All rights reserved. November 12 2012 Authors: Matthew Fioravante (JHUAPL), This