summary refs log tree commit diff stats
path: root/results/classifier/108/KVM/2573
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/KVM/2573')
-rw-r--r--results/classifier/108/KVM/257324
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/108/KVM/2573 b/results/classifier/108/KVM/2573
new file mode 100644
index 000000000..7b49e0881
--- /dev/null
+++ b/results/classifier/108/KVM/2573
@@ -0,0 +1,24 @@
+KVM: 0.980
+device: 0.873
+vnc: 0.789
+graphic: 0.704
+performance: 0.700
+files: 0.670
+boot: 0.559
+semantic: 0.555
+permissions: 0.540
+PID: 0.485
+socket: 0.455
+debug: 0.429
+network: 0.376
+other: 0.303
+
+RISC-V: Executing floating point instruction in VS mode under KVM acceleration leads to crash
+Description of problem:
+Executing `fcvt.d.w fa5,a5` in VS mode leads to crash.
+Steps to reproduce:
+1. Download the Ubuntu 24.10 image https://cdimage.ubuntu.com/ubuntu-server/daily-preinstalled/current/oracular-preinstalled-server-riscv64.img.xz
+2. On your amd64 system launch a VM using -accel tcg
+3. Inside the VM launch a new VM using -accel kvm with the payload mentioned above
+Additional information:
+For more details see https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/2077731