diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:34:26 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:35:44 +0000 |
| commit | 25f8033d556aa17afaea4a5196ea7a69fe248320 (patch) | |
| tree | 0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 | |
| parent | 8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff) | |
| download | qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip | |
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 | 18 |
1 files changed, 18 insertions, 0 deletions
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 000000000..c4396f192 --- /dev/null +++ b/results/classifier/deepseek-2-tmp/reasoning/hypervisor/1580 @@ -0,0 +1,18 @@ +<think> +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. +</think> + +hypervisor \ No newline at end of file |