blob: 5218bd9ec95a08c0dd99ff2622b5fddc7542828e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
swtpm (TPM emulation)
swtpm emulates a TPM (Trusted Process Module) in software; once
running, QEMU can attach TPMs to virtual machines (to run Windows 11,
for example). See specs/tpm.rst in the QEMU doc directory for more
details.
Please note that the swtpm command will emulate TPM 1.2 unless it is
called with "--tpm2".
For more information about the different tools provided by swtpm, see
the documents in /usr/doc/swtpm-0.5.4/readmes.
The user and group for TSS are both "tss" by default, and should have
been created before compiling the trousers package.
|