File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
openhcl/virt_mshv_vtl/src/cvm_cpuid Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,8 @@ impl CpuidArchInitializer for SnpCpuidInitializer {
421421 . with_xmm_registers_for_fast_hypercall_available ( true )
422422 . with_register_pat_available ( true )
423423 . with_fast_hypercall_output_available ( true )
424- . with_translate_gva_flags_available ( true ) ;
424+ . with_translate_gva_flags_available ( true )
425+ . with_guest_crash_regs_available ( true ) ;
425426
426427 let enlightenments = hvdef:: HvEnlightenmentInformation :: new ( )
427428 . with_deprecate_auto_eoi ( true )
Original file line number Diff line number Diff line change @@ -284,7 +284,8 @@ impl CpuidArchInitializer for TdxCpuidInitializer<'_> {
284284 . with_xmm_registers_for_fast_hypercall_available ( true )
285285 . with_register_pat_available ( true )
286286 . with_fast_hypercall_output_available ( true )
287- . with_translate_gva_flags_available ( true ) ;
287+ . with_translate_gva_flags_available ( true )
288+ . with_guest_crash_regs_available ( true ) ;
288289
289290 let use_apic_msrs = match self . topology . apic_mode ( ) {
290291 vm_topology:: processor:: x86:: ApicMode :: XApic => {
You can’t perform that action at this time.
0 commit comments