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

2013-02-16 Thread Andreas Färber
Am 16.02.2013 17:48, schrieb Stefan Berger: > On 02/16/2013 06:04 AM, Andreas Färber wrote: >> Am 15.02.2013 20:39, schrieb Stefan Berger: >>> diff --git a/tpm/tpm_tis.h b/tpm/tpm_tis.h >>> new file mode 100644 >>> index 000..6cf18bc >>> --- /dev/null >>> +++ b/tpm/tpm_tis.h >>> @@ -0,0 +1,78 @

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

2013-02-16 Thread Stefan Berger
On 02/16/2013 06:04 AM, Andreas Färber wrote: Am 15.02.2013 20:39, schrieb Stefan Berger: diff --git a/tpm/tpm_tis.h b/tpm/tpm_tis.h new file mode 100644 index 000..6cf18bc --- /dev/null +++ b/tpm/tpm_tis.h @@ -0,0 +1,78 @@ +/* + * tpm_tis.h - QEMU's TPM TIS interface emulator + * + * Copyri

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

2013-02-16 Thread Andreas Färber
Am 15.02.2013 20:39, schrieb Stefan Berger: > diff --git a/tpm/tpm_tis.h b/tpm/tpm_tis.h > new file mode 100644 > index 000..6cf18bc > --- /dev/null > +++ b/tpm/tpm_tis.h > @@ -0,0 +1,78 @@ > +/* > + * tpm_tis.h - QEMU's TPM TIS interface emulator > + * > + * Copyright (C) 2006, 2010-2013 IBM C

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

2013-02-15 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 ? and shows a list of available TPM backends (for

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

2013-02-15 Thread Corey Bryant
On 02/15/2013 02:39 PM, Stefan Berger wrote: 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