summary refs log tree commit diff stats
path: root/results/classifier/105/device/1241569
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/device/1241569')
-rw-r--r--results/classifier/105/device/124156925
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/105/device/1241569 b/results/classifier/105/device/1241569
new file mode 100644
index 00000000..bf3b7e99
--- /dev/null
+++ b/results/classifier/105/device/1241569
@@ -0,0 +1,25 @@
+device: 0.728
+semantic: 0.716
+mistranslation: 0.712
+graphic: 0.696
+instruction: 0.572
+boot: 0.545
+other: 0.483
+vnc: 0.374
+network: 0.298
+socket: 0.146
+assembly: 0.093
+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.
+