summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/reasoning/peripherals/1818398
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/deepseek-r1:14b/reasoning/peripherals/1818398
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/deepseek-r1:14b/reasoning/peripherals/1818398')
-rw-r--r--results/classifier/deepseek-r1:14b/reasoning/peripherals/181839815
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/reasoning/peripherals/1818398 b/results/classifier/deepseek-r1:14b/reasoning/peripherals/1818398
new file mode 100644
index 000000000..360ffc7d4
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/reasoning/peripherals/1818398
@@ -0,0 +1,15 @@
+<think>
+Alright, I need to classify this bug report into one of the given categories. Let's read through the report carefully.
+
+The user is using QEMU version 3.1.0-1 on Archlinux 64-bit. They're experiencing issues with the mouse not working when using evdev passthrough alongside virtio-vga or KVM. When they remove either virtio-vga or KVM, the mouse works fine.
+
+Looking at the command lines provided, the problematic one includes both `-accel kvm` and `-device virtio-vga`. The second example without these devices works as expected for the mouse.
+
+The issue is specific to the mouse when using evdev passthrough with either virtio-vga or KVM. The keyboard works fine in all cases, so it's not a general input problem but mouse-specific.
+
+Now, considering the categories: The bug relates to device passthrough, specifically mouse input, which falls under peripherals. It's not related to translation errors, assembly issues, performance, network, etc. Device passthrough is typically handled by how QEMU manages devices and their resources, so it fits into the 'peripherals' category.
+</think>
+
+The issue involves mouse input not working with evdev passthrough when using virtio-vga or KVM. Since this relates to device handling and input/output peripherals in QEMU, the correct category is:
+
+**peripherals**
\ No newline at end of file