summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1885247
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/hypervisor/1885247
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1885247')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/188524722
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1885247 b/results/classifier/gemma3:12b/hypervisor/1885247
new file mode 100644
index 000000000..4565d6dc0
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1885247
@@ -0,0 +1,22 @@
+
+Build error in Intel 32-bit hosts
+
+The code base is on master, checked out on Thursday June25th 2020, 0250c595c9d. The build procedure:
+
+$ mkdir build-gcc
+$ cd build-gcc
+$ ../configure
+$ make
+
+The build error message is:
+
+  CC      x86_64-softmmu/hw/hyperv/hyperv.o
+  CC      x86_64-softmmu/hw/hyperv/hyperv_testdev.o
+  CC      x86_64-softmmu/hw/hyperv/vmbus.o
+/home/rtrk/Build/qemu-master/hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’:
+/home/rtrk/Build/qemu-master/hw/hyperv/vmbus.c:386:13: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
+         p = (void *)(((uintptr_t)iter->map & TARGET_PAGE_MASK) | off_in_page);
+             ^
+cc1: all warnings being treated as errors
+make[1]: *** [/home/rtrk/Build/qemu-master/rules.mak:69: hw/hyperv/vmbus.o] Error 1
+make: *** [Makefile:527: x86_64-softmmu/all] Error 2
\ No newline at end of file