New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find /dev/tpm0 in the guest #21
Comments
|
Inside the guest run |
|
I ran these commands but got nothing. Does this mean that qemu failed to create tpm in the guest? |
|
What about |
|
I tried 'grep tpm_tis /proc/kallsyms', got nothing./(ㄒoㄒ)/ |
|
Then your kernel has no TPM support. |
|
Thanks, that's point. I changed to another image and I found /dev/tpm0. |
Hi, I've integrate swtpm and qemu-tpm in to nova-compute on devstack.
First, I create TPM_PATH and vtpm0 manually
Then, I start the instance, the qemu comand is
The vtpm log
But I can't find tpm0 in the guest...Do you guys have any suggestions on this please?
How did the qemu create /dev/tpm0 with “-tpmdev cuse-tpm,id=tpm0,path=/dev/vtpm0 -device tpm-tis,tpmdev=tpm0”?
The text was updated successfully, but these errors were encountered: