hypervisor: Don't enable TDX debug

This might not be correctly supported, therefore best to keep it
disabled by default.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-03-30 12:12:47 +02:00 committed by Rob Bradford
parent 3c973fa7ce
commit f310dc0916

View File

@ -525,7 +525,7 @@ impl vm::Vm for KvmVm {
let data = TdxInitVm { let data = TdxInitVm {
max_vcpus, max_vcpus,
tsc_khz: 0, tsc_khz: 0,
attributes: 1, // TDX1_TD_ATTRIBUTE_DEBUG, attributes: 0,
cpuid: cpuid.as_fam_struct_ptr() as u64, cpuid: cpuid.as_fam_struct_ptr() as u64,
mrconfigid: [0; 6], mrconfigid: [0; 6],
mrowner: [0; 6], mrowner: [0; 6],