blob: 0b03bd8044618fe9688885f3b1b2c920671f876f (
plain) (
blame)
1
2
3
4
5
|
Implement TPM2 configuration for emulators that provide TCP interface
swtpm provides several interfaces for its emulated device: unix socket (can be used by qemu), chardev. swtpm also provides TCP interface for the device which is very convenient for testing as it does not require root permissions.
It would be very useful to have QEMU to work with TPM devices emulated via TCP.
|