* Paolo Bonzini: > Actually I might change it to cf-protection, since that's what the GCC > flag is named.
The GCC flag is supposed to generic, so that it can be used for similar features other architectures might provide. Your code looks rather x86-centric to me, so CET seems appropriate here. Thanks, Florian