Re: [Qemu-devel] [PATCH V24 1/7] Support for TPM command line options

2013-02-20 Thread Corey Bryant
On 02/19/2013 04:59 PM, Stefan Berger wrote: On 02/19/2013 04:42 PM, Corey Bryant wrote: diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs new file mode 100644 index 000..dffb567 --- /dev/null +++ b/tpm/Makefile.objs @@ -0,0 +1 @@ +common-obj-y = tpm.o diff --git a/tpm/tpm.c b/tpm/tpm.c

Re: [Qemu-devel] [PATCH V24 1/7] Support for TPM command line options

2013-02-19 Thread Corey Bryant
diff --git a/tpm/tpm.c b/tpm/tpm.c new file mode 100644 index 000..51eaf7e --- /dev/null +++ b/tpm/tpm.c @@ -0,0 +1,345 @@ +/* + * TPM configuration + * + * Copyright (C) 2011-2013 IBM Corporation + * + * Authors: + * Stefan Berger + * + * This work is licensed under the terms of the GN

Re: [Qemu-devel] [PATCH V24 1/7] Support for TPM command line options

2013-02-19 Thread Stefan Berger
On 02/19/2013 04:42 PM, Corey Bryant wrote: diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs new file mode 100644 index 000..dffb567 --- /dev/null +++ b/tpm/Makefile.objs @@ -0,0 +1 @@ +common-obj-y = tpm.o diff --git a/tpm/tpm.c b/tpm/tpm.c new file mode 100644 index 000..51eaf7e ---

Re: [Qemu-devel] [PATCH V24 1/7] Support for TPM command line options

2013-02-19 Thread Stefan Berger
On 02/19/2013 05:04 PM, Corey Bryant wrote: diff --git a/tpm/tpm.c b/tpm/tpm.c new file mode 100644 index 000..51eaf7e --- /dev/null +++ b/tpm/tpm.c @@ -0,0 +1,345 @@ +/* + * TPM configuration + * + * Copyright (C) 2011-2013 IBM Corporation + * + * Authors: + * Stefan Berger + * + * Th

Re: [Qemu-devel] [PATCH V24 1/7] Support for TPM command line options

2013-02-19 Thread Corey Bryant
diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs new file mode 100644 index 000..dffb567 --- /dev/null +++ b/tpm/Makefile.objs @@ -0,0 +1 @@ +common-obj-y = tpm.o diff --git a/tpm/tpm.c b/tpm/tpm.c new file mode 100644 index 000..51eaf7e --- /dev/null +++ b/tpm/tpm.c @@ -0,0 +1,345 @@

[Qemu-devel] [PATCH V24 1/7] Support for TPM command line options

2013-02-19 Thread Stefan Berger
This patch adds support for TPM command line options. The command line options supported here are ./qemu-... -tpmdev passthrough,path=,id= -device tpm-tis,tpmdev= and ./qemu-... -tpmdev help where the latter works similar to -soundhw help and shows a list of available TPM backends (f