summary refs log tree commit diff stats
path: root/results/classifier/108/graphic/1925
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/graphic/1925')
-rw-r--r--results/classifier/108/graphic/192526
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/108/graphic/1925 b/results/classifier/108/graphic/1925
new file mode 100644
index 000000000..20dd997f9
--- /dev/null
+++ b/results/classifier/108/graphic/1925
@@ -0,0 +1,26 @@
+graphic: 0.922
+network: 0.859
+performance: 0.856
+PID: 0.855
+debug: 0.837
+device: 0.837
+semantic: 0.832
+vnc: 0.818
+socket: 0.781
+files: 0.757
+permissions: 0.744
+boot: 0.706
+other: 0.544
+KVM: 0.487
+
+RISC-V 64 System Emulator fdt imporperly created after machine init is done
+Description of problem:
+In commit 49554856 the creation of FDT is moved to `virt_machine_done()`
+However, adding guest loader device requires the presence of fdt at `hw/core/guest-loader.c:50` when the fdt ptr is still 0x0.
+Thus adding of guest loader device will fail.
+Steps to reproduce:
+1. Compile Qemu with riscv64 system emulator target
+2. Compile Xen hypervisor platform (not necessary)
+3. Instruct Qemu start with virt machine and any valid guest-loader device specification.
+Additional information:
+Commit that changes order of fdt creation: 49554856f0b6f622ab6afdcc275d4ab2ecb3625c