mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 08:26:16 +00:00
qemu: enable TPM
Several use-cases need a vTPM lets enable it for QEMU, a follow up patch will introduce the runtime config. Fixes: #8902 Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
f4290688bb
commit
19ecdbca3b
@ -267,9 +267,6 @@ generate_qemu_options() {
|
||||
qemu_options+=(size:--disable-lzo)
|
||||
qemu_options+=(size:--disable-snappy)
|
||||
|
||||
# Disable unused security options
|
||||
qemu_options+=(security:--disable-tpm)
|
||||
|
||||
# Disable userspace network access ("-net user")
|
||||
qemu_options+=(size:--disable-slirp)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user