diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/108/KVM/239 | 16 | ||||
| -rw-r--r-- | results/classifier/108/KVM/2392 | 16 | ||||
| -rw-r--r-- | results/classifier/108/KVM/2394 | 44 |
3 files changed, 76 insertions, 0 deletions
diff --git a/results/classifier/108/KVM/239 b/results/classifier/108/KVM/239 new file mode 100644 index 00000000..40c2f84a --- /dev/null +++ b/results/classifier/108/KVM/239 @@ -0,0 +1,16 @@ +KVM: 0.991 +device: 0.831 +debug: 0.763 +graphic: 0.750 +performance: 0.739 +other: 0.714 +semantic: 0.698 +boot: 0.476 +vnc: 0.138 +PID: 0.128 +permissions: 0.060 +socket: 0.022 +files: 0.014 +network: 0.011 + +Confusing error message when KVM can not start requested ARM CPU diff --git a/results/classifier/108/KVM/2392 b/results/classifier/108/KVM/2392 new file mode 100644 index 00000000..ecc9f64f --- /dev/null +++ b/results/classifier/108/KVM/2392 @@ -0,0 +1,16 @@ +KVM: 0.961 +device: 0.804 +performance: 0.606 +semantic: 0.491 +boot: 0.378 +network: 0.225 +graphic: 0.200 +permissions: 0.195 +other: 0.169 +files: 0.140 +debug: 0.093 +vnc: 0.064 +PID: 0.040 +socket: 0.032 + +Ability to use KVM on Windows diff --git a/results/classifier/108/KVM/2394 b/results/classifier/108/KVM/2394 new file mode 100644 index 00000000..3cdcd084 --- /dev/null +++ b/results/classifier/108/KVM/2394 @@ -0,0 +1,44 @@ +KVM: 0.995 +graphic: 0.991 +performance: 0.968 +device: 0.952 +semantic: 0.907 +network: 0.861 +PID: 0.833 +files: 0.831 +socket: 0.769 +other: 0.760 +permissions: 0.711 +boot: 0.693 +debug: 0.676 +vnc: 0.624 + +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) |