summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/assembly/1319
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/assembly/1319
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/assembly/1319')
-rw-r--r--results/classifier/gemma3:12b/assembly/131914
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/assembly/1319 b/results/classifier/gemma3:12b/assembly/1319
new file mode 100644
index 000000000..931c38a9a
--- /dev/null
+++ b/results/classifier/gemma3:12b/assembly/1319
@@ -0,0 +1,14 @@
+
+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/