Closed dimakuv closed 4 months ago
Some workloads like Java query hypervisor-specific CPUID leaves 0x40000000 - 0x40010000. This commit adds emulation of these leaves as all-zeros (i.e., no hypervisor detected).
Detected on Java workload, see https://github.com/openjdk/jdk/blob/jdk-17%2B35/src/hotspot/cpu/x86/vm_version_x86.cpp#L1858
Java.
This change is
Description of the changes
Some workloads like Java query hypervisor-specific CPUID leaves 0x40000000 - 0x40010000. This commit adds emulation of these leaves as all-zeros (i.e., no hypervisor detected).
Detected on Java workload, see https://github.com/openjdk/jdk/blob/jdk-17%2B35/src/hotspot/cpu/x86/vm_version_x86.cpp#L1858
How to test this PR?
Java.
This change is