From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/deepseek-2-tmp/reasoning/device/526 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 results/classifier/deepseek-2-tmp/reasoning/device/526 (limited to 'results/classifier/deepseek-2-tmp/reasoning/device/526') diff --git a/results/classifier/deepseek-2-tmp/reasoning/device/526 b/results/classifier/deepseek-2-tmp/reasoning/device/526 deleted file mode 100644 index d49257f5..00000000 --- a/results/classifier/deepseek-2-tmp/reasoning/device/526 +++ /dev/null @@ -1,15 +0,0 @@ - -Alright, I'm trying to figure out how to classify this bug report about the German keyboard keys not working on a MacBook when using QEMU. Let's break down the problem. - -The user mentions that on their 2018 MacBook Pro with a German keyboard, pressing the <> and ^° keys doesn't work as expected. Instead, the <> key is interpreted as the ^ key, and the ^ key isn't working at all. They've tried this with Ubuntu VMs using UTM, which uses QEMU internally, and found that the issue persists. However, when they use VirtualBox, everything works fine. - -So, the problem seems to be related to how the keyboard input is handled by QEMU in UTM versus VirtualBox. Since VirtualBox maps the keys correctly but QEMU doesn't, it's likely an issue with QEMU's keyboard handling or translation. - -Looking at the possible categories provided: device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor, and others like mistranslation, assembly lowering, etc. - -The problem is about keyboard input mapping, which falls under hardware devices (specifically keyboards) interacting with the virtual machine. QEMU handles device emulation, including keyboard input redirection from the host to the guest OS. If the keys aren't being translated correctly, it's a problem in how the hypervisor (QEMU in this case) is handling the device input. - -So, the most appropriate category here is 'device' because it's related to hardware device interaction within the virtual environment. - - -device \ No newline at end of file -- cgit v1.2.3