[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V4 01/10] Support for TPM command line options
From: |
Serge E. Hallyn |
Subject: |
Re: [Qemu-devel] [PATCH V4 01/10] Support for TPM command line options |
Date: |
Tue, 17 May 2011 15:58:32 -0500 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Quoting Stefan Berger (address@hidden):
> This patch adds support for TPM command line options.
> The command line supported here (considering the libtpms based
> backend) are
>
> ./qemu-... -tpm type=<type>,path=<path to blockstorage file>,
Hm, I did
kvm -tpm type=builtin,path=tpm.img -m 1G disk.img -vnc :1
with disk.img being a newly installed VM. I installed trousers
and tpm-tools, tried loading the tpm, tpm_tis, tpm_infineon, and
some other modules, /dev/tpm was never created, and
tpm_takeownership
continued to give me:
Tspi_Context_Connect failed: 0x00003011 - layer=tsp, code=0011 (17),
Communication failure
Which kernel module should work with builtin?
thanks,
-serge
- Re: [Qemu-devel] [PATCH V4 03/10] Add persistent state handling to TPM TIS frontend driver, (continued)
- [Qemu-devel] [PATCH V4 08/10] Introduce file lock for the block layer, Stefan Berger, 2011/05/06
- [Qemu-devel] [PATCH V4 05/10] Add a debug register, Stefan Berger, 2011/05/06
- [Qemu-devel] [PATCH V4 07/10] Implementation of the libtpms-based backend, Stefan Berger, 2011/05/06
- [Qemu-devel] [PATCH V4 01/10] Support for TPM command line options, Stefan Berger, 2011/05/06
- Re: [Qemu-devel] [PATCH V4 01/10] Support for TPM command line options,
Serge E. Hallyn <=
- Re: [Qemu-devel] [PATCH V4 01/10] Support for TPM command line options, Stefan Berger, 2011/05/17
[Qemu-devel] [PATCH V4 06/10] Add a TPM backend skeleton implementation, Stefan Berger, 2011/05/06
[Qemu-devel] [PATCH V4 02/10] Add TPM (frontend) hardware interface (TPM TIS) to Qemu, Stefan Berger, 2011/05/06
Re: [Qemu-devel] [PATCH V4 00/10] Qemu Trusted Platform Module (TPM) integration, Serge E. Hallyn, 2011/05/09