summary refs log tree commit diff stats
path: root/results/classifier/118/review/638
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/review/638')
-rw-r--r--results/classifier/118/review/63873
1 files changed, 73 insertions, 0 deletions
diff --git a/results/classifier/118/review/638 b/results/classifier/118/review/638
new file mode 100644
index 000000000..c2a2f2c99
--- /dev/null
+++ b/results/classifier/118/review/638
@@ -0,0 +1,73 @@
+mistranslation: 0.840
+graphic: 0.800
+device: 0.796
+network: 0.784
+vnc: 0.760
+debug: 0.744
+files: 0.733
+socket: 0.696
+PID: 0.678
+performance: 0.649
+architecture: 0.646
+register: 0.610
+kernel: 0.587
+virtual: 0.545
+VMM: 0.532
+ppc: 0.471
+risc-v: 0.458
+semantic: 0.455
+permissions: 0.428
+boot: 0.418
+TCG: 0.376
+arm: 0.353
+hypervisor: 0.332
+i386: 0.251
+peripherals: 0.198
+KVM: 0.193
+x86: 0.193
+assembly: 0.152
+user-level: 0.102
+--------------------
+kernel: 0.886
+debug: 0.881
+virtual: 0.405
+files: 0.326
+hypervisor: 0.274
+TCG: 0.112
+KVM: 0.110
+PID: 0.057
+VMM: 0.045
+device: 0.039
+arm: 0.036
+boot: 0.031
+x86: 0.022
+user-level: 0.016
+performance: 0.016
+semantic: 0.015
+peripherals: 0.013
+register: 0.008
+risc-v: 0.006
+i386: 0.005
+assembly: 0.005
+architecture: 0.003
+ppc: 0.003
+network: 0.003
+graphic: 0.002
+socket: 0.002
+vnc: 0.001
+permissions: 0.001
+mistranslation: 0.000
+
+exynos4210_uart.c: SIGSEGV when loadvm
+Description of problem:
+Line 619 of hw/char/exynos4210_uart.c cast the object incorrectly.
+
+The function will be called with Exynos4210UartFIFO as opaque because it is set as `vmstate_exynos4210_uart_fifo.post_load`
+
+#
+Steps to reproduce:
+1. Create a VM with exynos4210_uart
+2. savevm 
+3. loadvm
+Additional information:
+