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 --- .../deepseek-2-tmp/reasoning/hypervisor/1580 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 (limited to 'results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580') diff --git a/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 b/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 new file mode 100644 index 00000000..c4396f19 --- /dev/null +++ b/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 @@ -0,0 +1,18 @@ + +Okay, I need to classify this bug report for QEMU into one of the given categories: mistranslation, assembly, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor, or other. + +Looking at the problem description, QEMU crashes when running inside Hyper-V on an AMD EPYC VM. The error messages include "KVM internal error" and mention VNC server running but not initializing the display. Also, it works on an Intel VM but not AMD. + +The key points are: +- Crash with KVM internal error. +- Runs under Hyper-V (which is a hypervisor). +- Different behavior between AMD EPYC and Intel CPUs. + +KVM errors usually relate to the kernel-based virtual machine module in Linux. Since this is happening inside Hyper-V, which is Microsoft's hypervisor, there might be an interaction issue or compatibility problem between QEMU-KVM and Hyper-V on AMD hardware. + +The error message points directly to KVM issues, so it's likely a problem with how KVM is handling the virtualization under these conditions. It doesn't seem related to translation, assembly lowering, graphics, sockets, network, etc., but more about hypervisor-level problems. + +So the most appropriate category here would be "hypervisor" because it's dealing with issues related to running QEMU within a hypervisor environment (Hyper-V), specifically on AMD hardware. + + +hypervisor \ No newline at end of file -- cgit 1.4.1