summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/boot/2782
blob: 43f3e558bc9f991534dd266a3afbdf1c6c74c797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
boot: 0.845
instruction: 0.826
device: 0.742
graphic: 0.630
semantic: 0.443
mistranslation: 0.287
socket: 0.253
vnc: 0.250
other: 0.235
network: 0.156
assembly: 0.039
KVM: 0.024

WHPX won't enable x86_64v3 level instructions
Description of problem:
x86_64v3 support is not available inside guest
Steps to reproduce:
1. Boot the image
2. Open terminal
3. Run `/lib64/ld-linux-x86-64.so.2 --help` and check which levels are available in the output
4. Or run `/lib64/ld-linux-x86-64.so.2 --list-diagnostics | grep isa` and check `isa_1` value (expected 7 for v3 (3 bits being set))
Additional information:
Due to this some Linux distribution, like Centos Stream 10, will not be able to boot with WHPX acceleration enabled.