summary refs log tree commit diff stats
path: root/results/classifier/105/network/1754372
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/network/1754372')
-rw-r--r--results/classifier/105/network/175437231
1 files changed, 31 insertions, 0 deletions
diff --git a/results/classifier/105/network/1754372 b/results/classifier/105/network/1754372
new file mode 100644
index 00000000..03594800
--- /dev/null
+++ b/results/classifier/105/network/1754372
@@ -0,0 +1,31 @@
+network: 0.890
+device: 0.881
+instruction: 0.784
+vnc: 0.763
+socket: 0.754
+semantic: 0.621
+graphic: 0.540
+boot: 0.527
+mistranslation: 0.523
+other: 0.404
+KVM: 0.375
+assembly: 0.153
+
+Set MIPS MSA in ELF Auxiliary Vectors
+
+The MIPS MSA feature is currently not set in the ELF auxiliary vector.
+
+That is, querying the AT_HWCAP key of the ELF auxiliary vectors for a MIPS CPU that has the MSA feature should return a value that has the second bit [0] set.
+
+From [0], `HWCAP_MIPS_MSA` is defined to `1 << 1`.
+
+[0]: https://github.com/torvalds/linux/blob/master/arch/mips/include/uapi/asm/hwcap.h
+
+Patch:
+https://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg04399.html
+
+Fix now in master as commit 46a1ee4f397ff and will be in 2.12.
+
+
+Thanks !
+