summary refs log tree commit diff stats
path: root/results/classifier/108/graphic/1319
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/graphic/1319')
-rw-r--r--results/classifier/108/graphic/131928
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/108/graphic/1319 b/results/classifier/108/graphic/1319
new file mode 100644
index 00000000..00a6bd30
--- /dev/null
+++ b/results/classifier/108/graphic/1319
@@ -0,0 +1,28 @@
+graphic: 0.954
+vnc: 0.784
+device: 0.751
+semantic: 0.698
+PID: 0.697
+files: 0.636
+debug: 0.446
+network: 0.417
+socket: 0.390
+permissions: 0.359
+boot: 0.354
+performance: 0.332
+other: 0.182
+KVM: 0.122
+
+Build warnings when building qemu with 'disable-tcg' for ppc64-softmmu target
+Description of problem:
+Building recent upstream qemu (HEAD 2c8311241d) for 'ppc64-softmmu' target is failing due to following build warnings:
+
+<snip>
+ ../target/ppc/cpu_init.c:7018:13: error: 'ppc_restore_state_to_opc' defined but not used [-Werror=unused-function]
+ 7018 | static void ppc_restore_state_to_opc(CPUState *cs,
+<snip>
+Steps to reproduce:
+1. $ git clone --recurse-submodules https://gitlab.com/qemu-project/qemu.git 
+2. ./configure --target-list=ppc64-softmmu --disable-tcg && make
+Additional information:
+Patch for this issue has been posted and reviewed at https://lore.kernel.org/all/20221116131743.658708-1-vaibhav@linux.ibm.com/