diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/boot/2782 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/boot/2782')
| -rw-r--r-- | results/classifier/118/boot/2782 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/118/boot/2782 b/results/classifier/118/boot/2782 new file mode 100644 index 00000000..d20fea00 --- /dev/null +++ b/results/classifier/118/boot/2782 @@ -0,0 +1,40 @@ +boot: 0.845 +x86: 0.777 +architecture: 0.759 +device: 0.742 +graphic: 0.630 +semantic: 0.443 +performance: 0.419 +kernel: 0.399 +permissions: 0.393 +register: 0.352 +risc-v: 0.345 +debug: 0.340 +i386: 0.307 +mistranslation: 0.287 +socket: 0.253 +vnc: 0.250 +files: 0.190 +PID: 0.188 +hypervisor: 0.167 +network: 0.156 +peripherals: 0.120 +virtual: 0.120 +ppc: 0.111 +user-level: 0.105 +VMM: 0.060 +TCG: 0.042 +assembly: 0.039 +arm: 0.031 +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. |