diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/118/KVM/239 | 31 | ||||
| -rw-r--r-- | results/classifier/118/KVM/2392 | 31 | ||||
| -rw-r--r-- | results/classifier/118/KVM/2394 | 59 |
3 files changed, 121 insertions, 0 deletions
diff --git a/results/classifier/118/KVM/239 b/results/classifier/118/KVM/239 new file mode 100644 index 000000000..2d2e60666 --- /dev/null +++ b/results/classifier/118/KVM/239 @@ -0,0 +1,31 @@ +KVM: 0.991 +mistranslation: 0.988 +architecture: 0.974 +arm: 0.915 +hypervisor: 0.870 +device: 0.831 +debug: 0.763 +graphic: 0.750 +performance: 0.739 +semantic: 0.698 +virtual: 0.616 +boot: 0.476 +risc-v: 0.429 +TCG: 0.230 +register: 0.171 +user-level: 0.160 +vnc: 0.138 +ppc: 0.137 +PID: 0.128 +peripherals: 0.066 +permissions: 0.060 +assembly: 0.050 +i386: 0.027 +socket: 0.022 +files: 0.014 +network: 0.011 +kernel: 0.008 +VMM: 0.008 +x86: 0.003 + +Confusing error message when KVM can not start requested ARM CPU diff --git a/results/classifier/118/KVM/2392 b/results/classifier/118/KVM/2392 new file mode 100644 index 000000000..b6643c683 --- /dev/null +++ b/results/classifier/118/KVM/2392 @@ -0,0 +1,31 @@ +KVM: 0.961 +hypervisor: 0.915 +virtual: 0.834 +device: 0.804 +performance: 0.606 +semantic: 0.491 +arm: 0.476 +boot: 0.378 +mistranslation: 0.333 +architecture: 0.317 +network: 0.225 +graphic: 0.200 +permissions: 0.195 +user-level: 0.192 +risc-v: 0.175 +files: 0.140 +register: 0.135 +debug: 0.093 +ppc: 0.092 +vnc: 0.064 +assembly: 0.046 +PID: 0.040 +socket: 0.032 +peripherals: 0.022 +i386: 0.016 +kernel: 0.014 +TCG: 0.008 +VMM: 0.004 +x86: 0.003 + +Ability to use KVM on Windows diff --git a/results/classifier/118/KVM/2394 b/results/classifier/118/KVM/2394 new file mode 100644 index 000000000..9a69727d4 --- /dev/null +++ b/results/classifier/118/KVM/2394 @@ -0,0 +1,59 @@ +KVM: 0.995 +graphic: 0.991 +VMM: 0.979 +performance: 0.968 +device: 0.952 +semantic: 0.907 +user-level: 0.868 +network: 0.861 +kernel: 0.850 +hypervisor: 0.839 +PID: 0.833 +files: 0.831 +virtual: 0.802 +socket: 0.769 +architecture: 0.751 +ppc: 0.729 +permissions: 0.711 +arm: 0.707 +peripherals: 0.698 +mistranslation: 0.694 +boot: 0.693 +risc-v: 0.691 +debug: 0.676 +register: 0.644 +vnc: 0.624 +i386: 0.544 +x86: 0.485 +TCG: 0.436 +assembly: 0.423 + +kvm-unit-tests vmx failed +Description of problem: +On the Sierra Forest platform, the vmx test in kvm-unit-tests failed. But this issue cannot be replicated on Emerald Rapids platform. + +The first bad commit is ba6780905943696d790cc880c8e5684b51f027fe. +Steps to reproduce: +1.git clone https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git + +2.cd kvm-unit-tests; ./configure + +3.make standalone + +4.rmmod kvm_intel + +5.modprobe kvm_intel nested=Y allow_smaller_maxphyaddr=Y + +6.cd tests; ./vmx +Additional information: +... +FAIL: HOST_CR3 2000000001007000: vmlaunch fails + +FAIL: HOST_CR3 4000000001007000: vmlaunch fails +... + +SUMMARY: 430013 tests, 2 unexpected failures, 2 expected failures, 5 skipped + +FAIL vmx (430013 tests, 2 unexpected failures, 2 expected failures, 5 skipped) + +[error.log](/uploads/02456b40f2736c0bf34d3f4b3a0c872a/error.log) |