mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
hypervisor: tdx: Unconditionally enable TDX debug
For now enable the TDX attribute for TDX debug. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
7f3fa39d81
commit
9f5325fd52
@ -373,7 +373,7 @@ impl vm::Vm for KvmVm {
|
||||
let data = TdxInitVm {
|
||||
max_vcpus,
|
||||
reserved: 0,
|
||||
attributes: 0,
|
||||
attributes: 1, // TDX1_TD_ATTRIBUTE_DEBUG,
|
||||
cpuid: cpuid.as_fam_struct_ptr() as u64,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user