Re: [Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver implementation

2013-02-20 Thread Corey Bryant
On 02/19/2013 06:30 PM, Stefan Berger wrote: On 02/19/2013 05:43 PM, Corey Bryant wrote: diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs index 94ad2e7..8abd0f9 100644 --- a/tpm/Makefile.objs +++ b/tpm/Makefile.objs @@ -1,4 +1,6 @@ -common-obj-y = tpm.o +common-obj-y = tpm.o tpm_backend.o

Re: [Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver implementation

2013-02-19 Thread Stefan Berger
On 02/19/2013 05:43 PM, Corey Bryant wrote: diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs index 94ad2e7..8abd0f9 100644 --- a/tpm/Makefile.objs +++ b/tpm/Makefile.objs @@ -1,4 +1,6 @@ -common-obj-y = tpm.o +common-obj-y = tpm.o tpm_backend.o ifeq ($(CONFIG_TPM),y) common-obj-$(CONFIG_T

Re: [Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver implementation

2013-02-19 Thread Corey Bryant
diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs index 94ad2e7..8abd0f9 100644 --- a/tpm/Makefile.objs +++ b/tpm/Makefile.objs @@ -1,4 +1,6 @@ -common-obj-y = tpm.o +common-obj-y = tpm.o tpm_backend.o ifeq ($(CONFIG_TPM),y) common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o endif +common-obj-$(CO

[Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver implementation

2013-02-19 Thread Stefan Berger
>From Andreas Niederl's original posting with adaptations where necessary: This patch is based of off version 9 of Stefan Berger's patch series "QEMU Trusted Platform Module (TPM) integration" and adds a new backend driver for it. This patch adds a passthrough backend driver for passing command