summary refs log tree commit diff stats
path: root/results/classifier/108/other/1241
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/108/other/124128
-rw-r--r--results/classifier/108/other/124156927
2 files changed, 55 insertions, 0 deletions
diff --git a/results/classifier/108/other/1241 b/results/classifier/108/other/1241
new file mode 100644
index 000000000..8eeed736b
--- /dev/null
+++ b/results/classifier/108/other/1241
@@ -0,0 +1,28 @@
+graphic: 0.852
+device: 0.777
+network: 0.633
+other: 0.598
+semantic: 0.552
+socket: 0.503
+vnc: 0.455
+debug: 0.395
+boot: 0.301
+files: 0.301
+performance: 0.251
+PID: 0.186
+permissions: 0.174
+KVM: 0.158
+
+About showing the information of the csr
+Description of problem:
+cannot print the inforamtion after pulling the newest version of qemu
+E.g info r csr 
+only fcsr frm fflags are shown. However , it should print out all the csrs such as mideleg mhartid etc in preivous version
+info r mip 
+(GDB) Invalid register `mip'
+Steps to reproduce:
+1.running riscv64-unknown-elf-gdb kernel 
+2.target remote to the port i set in the xv6 makefile
+3.type info r mip it shows the the probklem i mentioned above. I could use the print CSR in previous version of QEMU.
+Additional information:
+
diff --git a/results/classifier/108/other/1241569 b/results/classifier/108/other/1241569
new file mode 100644
index 000000000..ebdf4d399
--- /dev/null
+++ b/results/classifier/108/other/1241569
@@ -0,0 +1,27 @@
+device: 0.728
+semantic: 0.716
+graphic: 0.696
+performance: 0.600
+boot: 0.545
+other: 0.483
+vnc: 0.374
+debug: 0.308
+network: 0.298
+PID: 0.174
+socket: 0.146
+permissions: 0.120
+files: 0.091
+KVM: 0.074
+
+qemu-system-alpha console unresponsive
+
+I have created a virtual machine using the QEMU Alpha emulator (very basic, 1 scsi disc, 1 scsi CDROM, 1gb memory). The machine starts, but entering any system commands at the prompt just echs back the command typed. For example 
+
+>>> show device
+got: show device
+>>> 
+
+Obviously booting any OS from this is not possible.
+
+I think that firmware prompt is not really useful. Anyway, according to https://virtuallyfun.superglobalmegacorp.com/2014/02/19/alpha-linux-on-qemu/ you currently have to specify the (uncompressed) vmlinux kernel with the "-kernel" option of QEMU. Then you should be able to start Linux with qemu-system-alpha, too.
+