-
Notifications
You must be signed in to change notification settings - Fork 75
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
Emulator fails when interacting with qemu tpm passthrough #18
Comments
Seeing the same thing, only 1 byte sent from the driver to |
I experience a different error with qemu 2.8.0. I start qemu with: qemu-system-i386 -m 128M -nographic -bios u-boot.rom -tpmdev passthrough,id=tpm0,path=/dev/tpm and get this:
I have no /sys/class/misc/tpm/device folder. Is this because it's not a physical device? |
@janhieber can you retry with latest master please? |
Hey, I am trying to install a Windows 10 in a qemu. Here is my run.bat file content
Here is my tpmd commands output:
Here is how i ran the qemu-system sudo ./run.bat
qemu-system-x86_64: -tpmdev passthrough,id=tmp0: tpm_passthrough: Could not open TPM cancel path /sys/class/misc/tpm0/device/cancel : No such file or directory
TPM is new for me. |
Please use /dev/null as cancel path when your driver does not supply one. AFAIk this should work. |
Any updates? does this work on recent master? can we close this? |
Hi,
I'm trying to use the TPM emulator with qemu, via the TPM passthrough. I use
to start the emulator daemon. Then I invoke
and the emulator daemon spits out the following error:
I'm on Ubuntu 16.04, and I've tried this on qemu 2.6 and 2.8 with the same result. This might be related to the thread here but I'm not sure.
Any help on this would be much appreciated.
The text was updated successfully, but these errors were encountered: