summary refs log tree commit diff stats
path: root/results/classifier/105/mistranslation/1756080
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/mistranslation/1756080')
-rw-r--r--results/classifier/105/mistranslation/175608020
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/105/mistranslation/1756080 b/results/classifier/105/mistranslation/1756080
new file mode 100644
index 00000000..b54e7994
--- /dev/null
+++ b/results/classifier/105/mistranslation/1756080
@@ -0,0 +1,20 @@
+mistranslation: 0.887
+other: 0.852
+boot: 0.822
+device: 0.687
+instruction: 0.600
+semantic: 0.511
+graphic: 0.416
+socket: 0.333
+vnc: 0.291
+network: 0.261
+assembly: 0.166
+KVM: 0.098
+
+QEMU does not provide non-Linux kernels with ATAGS structure on ARM targets
+
+This would be a useful feature. Many kernels, particularly hobbyist kernels, have support for ATAGS.
+
+QEMU doesn't care whether the kernel you provide it is Linux or something else. If you pass -kernel something that's not an ELF file, we'll load and boot it using the Linux boot protocol (including ATAGS, potentially). If you pass an ELF file or pass -bios a binary blob, we'll just start it in the way the CPU usually resets, on the assumption it can deal with whatever that is.
+
+