mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
runtime/qemu: Drop "kvm-type=tdx"
This is not supported since 22ww49. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
25b3cdd38c
commit
ed145365ec
@ -233,7 +233,7 @@ func (q *qemuAmd64) enableProtection() error {
|
|||||||
if q.qemuMachine.Options != "" {
|
if q.qemuMachine.Options != "" {
|
||||||
q.qemuMachine.Options += ","
|
q.qemuMachine.Options += ","
|
||||||
}
|
}
|
||||||
q.qemuMachine.Options += "kvm-type=tdx,confidential-guest-support=tdx"
|
q.qemuMachine.Options += "confidential-guest-support=tdx"
|
||||||
logger.Info("Enabling TDX guest protection")
|
logger.Info("Enabling TDX guest protection")
|
||||||
return nil
|
return nil
|
||||||
case sevProtection:
|
case sevProtection:
|
||||||
|
Loading…
Reference in New Issue
Block a user