From 25f8033d556aa17afaea4a5196ea7a69fe248320 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Mon, 30 Jun 2025 12:34:26 +0000 Subject: add new temporary deepseek-r1:14b results --- .../classifier/deepseek-2-tmp/reasoning/hypervisor/1815009 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 results/classifier/deepseek-2-tmp/reasoning/hypervisor/1815009 (limited to 'results/classifier/deepseek-2-tmp/reasoning/hypervisor/1815009') diff --git a/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1815009 b/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1815009 new file mode 100644 index 00000000..5eaf4f2c --- /dev/null +++ b/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1815009 @@ -0,0 +1,13 @@ + +Okay, I need to classify this bug report about QEMU's EVDEV handling. The user is saying that when they have multiple guests and the host running, using lctrl + rctrl to switch between them doesn't work as intended. It only allows switching with the last started guest and the host, but previous guests can't be controlled. + +First, I look at the possible categories: mistranslation, assembly, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor. + +The issue is related to input devices (EVDEV) and how QEMU handles switching between guests. EVDEV in QEMU usually deals with passing through host's input devices to virtual machines. So this falls under device or peripherals. But I'm not entirely sure if it's a translation issue or a device handling problem. + +Wait, the bug is about switching focus using keyboard shortcuts. That sounds more like an issue with how QEMU manages input events across multiple guests and the host. It might be related to how the hypervisor (QEMU/KVM) handles input redirection. So perhaps 'hypervisor' is the category because it's a management issue within the virtualization layer. + +Alternatively, if it's about device handling, maybe 'peripherals' fits. But I think since it's about switching and control across multiple VMs, it's more about the hypervisor's management of input events rather than individual devices themselves. + + +hypervisor \ No newline at end of file -- cgit 1.4.1