summary refs log tree commit diff stats
path: root/results/classifier/108/other/1749
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-05 06:55:18 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-05 06:55:18 +0000
commit993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch)
tree024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/1749
parent2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff)
downloadqemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz
qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip
add new classifier result
Diffstat (limited to 'results/classifier/108/other/1749')
-rw-r--r--results/classifier/108/other/174935
1 files changed, 35 insertions, 0 deletions
diff --git a/results/classifier/108/other/1749 b/results/classifier/108/other/1749
new file mode 100644
index 000000000..866bfba94
--- /dev/null
+++ b/results/classifier/108/other/1749
@@ -0,0 +1,35 @@
+device: 0.818
+other: 0.794
+graphic: 0.638
+permissions: 0.628
+performance: 0.615
+semantic: 0.570
+network: 0.550
+PID: 0.473
+debug: 0.450
+vnc: 0.420
+socket: 0.387
+files: 0.287
+boot: 0.245
+KVM: 0.090
+
+[Riscv-fu540] UEFI cannot be started with gdb on sifive fu540 platform?
+Description of problem:
+Using qemu start UEFI on sifive fu540 platform with option: -S -s.
+```
+qemu-system-riscv64                                            \
+                -cpu sifive-u54 -machine sifive_u               \
+                -bios U540.fd                                   \
+                -m 2048 -nographic -smp cpus=2,maxcpus=2        \
+                -S -s
+```
+UEFI url is: https://github.com/tianocore/edk2.git
+Steps to reproduce:
+1. start qemu with -S -s param in one terminal
+2. riscv64-unknown-linux-gnu-gdb in other terminal
+3. in gdb terminal:
+```
+       target remove :1234
+       c
+```
+4. in qemu terminal, there has no any output ?