Skip to content

Commit

Permalink
Cygwin: cpuinfo: Linux 6.5 additions
Browse files Browse the repository at this point in the history
add AMD 0x8000001f EAX 14 debug_swap SEV-ES full debug state swap

Signed-off-by: Brian Inglis <[email protected]>
  • Loading branch information
Brian Inglis authored and github-cygwin committed Sep 1, 2023
1 parent 2a4af36 commit c4aa56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/cygwin/fhandler/proc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ format_proc_cpuinfo (void *, char *&destbuf)
/* ftcprint (features2, 11, "sev_64b");*//* SEV 64 bit host guest only */
/* ftcprint (features2, 12, "sev_rest_inj"); *//* SEV restricted injection */
/* ftcprint (features2, 13, "sev_alt_inj"); *//* SEV alternate injection */
/* ftcprint (features2, 14, "sev_es_dbg_swap");*//* SEV-ES debug state swap */
ftcprint (features2, 14, "debug_swap"); /* SEV-ES full debug state swap */
/* ftcprint (features2, 15, "no_host_ibs"); *//* host IBS unsupported */
/* ftcprint (features2, 16, "vte"); *//* virtual transparent encryption */
}
Expand Down

0 comments on commit c4aa56b

Please sign in to comment.