summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/reasoning/graphic/2188
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/deepseek-2-tmp/reasoning/graphic/2188
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/reasoning/graphic/2188')
-rw-r--r--results/classifier/deepseek-2-tmp/reasoning/graphic/218813
1 files changed, 0 insertions, 13 deletions
diff --git a/results/classifier/deepseek-2-tmp/reasoning/graphic/2188 b/results/classifier/deepseek-2-tmp/reasoning/graphic/2188
deleted file mode 100644
index bcd404a8..00000000
--- a/results/classifier/deepseek-2-tmp/reasoning/graphic/2188
+++ /dev/null
@@ -1,13 +0,0 @@
-<think>
-Alright, I need to classify this bug report into one of the given categories. Let me start by reading the problem carefully.
-
-The issue is with the function `virtio_gpu_gl_update_cursor_data()`. It seems that this function ignores the cursor resource's pixel format. Instead of handling different formats properly, it uses `memcpy()`, which directly copies pointer data without considering the actual image structure or color space differences.
-
-The user mentioned that this works fine if both the guest OS and display backend use the same pixel format but fails when they don't. Specifically, the SDL backend uses a different pixel format than GTK, leading to incorrect cursor colors depending on which backend is used.
-
-Looking at the categories provided: mistranslation, assembly, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor.
-
-The problem revolves around the Virtio GPU and display backends. Since it's related to cursor rendering and pixel formats in graphics output, this falls under the 'graphic' category.
-</think>
-
-graphic
\ No newline at end of file