We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a498bc5 commit d599dffCopy full SHA for d599dff
hypervisor/src/svm/support.rs
@@ -89,9 +89,6 @@ pub fn is_svm_supported() -> bool {
89
static VIRTUALIZED_BITSET: AtomicU64 = AtomicU64::new(0);
90
91
/// Checks whether the current process is already virtualized.
92
-///
93
-/// This is done by comparing the value of cpuid leaf 0x40000000. The cpuid
94
-/// vmexit has to return the correct value to be able to use this.
95
pub fn is_virtualized() -> bool {
96
let bit = 1 << current_processor_index();
97
0 commit comments